]> sourceware.org Git - automake.git/commitdiff
* dash.test: New file.
authorTom Tromey <tromey@redhat.com>
Sun, 7 Nov 1999 23:20:46 +0000 (23:20 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 7 Nov 1999 23:20:46 +0000 (23:20 +0000)
* Makefile.am (TESTS): Added dash.test.

tests/ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/dash.test [new file with mode: 0755]

index 03e8aa038ba62fe44b8cb56ded5e6f1e3b24e8c7..e0dec02138651d21b8857fcfabb2628d2cb4cd4a 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-07  Tom Tromey  <tromey@cygnus.com>
+
+       * dash.test: New file.
+       * Makefile.am (TESTS): Added dash.test.
+
 1999-08-26  Tom Tromey  <tromey@cygnus.com>
 
        * texinfo8.test: Use directory named `sub'.
index 622c5bd40c62e6a6cd5db8e5b8aa6252bc42b331..43244046baac0f747e94a70d5ae8d4c590a4da58 100644 (file)
@@ -73,6 +73,7 @@ cxxlink.test \
 cxxnoc.test \
 cxxo.test \
 cygwin32.test \
+dash.test \
 defun.test \
 defun2.test \
 dejagnu.test \
index 5eaff84af827a00129ff30da577f4a51c1f36ff0..16167ed4b315438b8bb56d2768429468399dadab 100644 (file)
@@ -59,6 +59,7 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 AMTAR = @AMTAR@
 AMTARFLAGS = @AMTARFLAGS@
+AWK = @AWK@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
@@ -139,6 +140,7 @@ cxxlink.test \
 cxxnoc.test \
 cxxo.test \
 cygwin32.test \
+dash.test \
 defun.test \
 defun2.test \
 dejagnu.test \
diff --git a/tests/dash.test b/tests/dash.test
new file mode 100755 (executable)
index 0000000..a3e2da6
--- /dev/null
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+# Test to make sure `-' can be used in path.
+# Report from Matthew D. Langston.
+
+. $srcdir/defs || exit 1
+
+cat > Makefile.am << 'END'
+include Make-lang
+END
+
+: > Make-lang
+
+$AUTOMAKE
This page took 0.032508 seconds and 5 git commands to generate.