]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
New test
authorTom Tromey <tromey@redhat.com>
Sat, 2 Mar 1996 05:55:10 +0000 (05:55 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 2 Mar 1996 05:55:10 +0000 (05:55 +0000)
tests/prefix.test [new file with mode: 0755]

diff --git a/tests/prefix.test b/tests/prefix.test
new file mode 100755 (executable)
index 0000000..d2f116c
--- /dev/null
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+# Test to make sure range of prefixes can be extended
+
+. $srcdir/defs || exit 1
+
+cat > Makefile.am << 'EOF'
+bnidir = $(prefix)/bni
+bni_PROGRAMS = zardoz
+EOF
+
+$AUTOMAKE