]> sourceware.org Git - automake.git/commitdiff
* backsl2.test: New file.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 7 Apr 1999 09:54:25 +0000 (09:54 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 7 Apr 1999 09:54:25 +0000 (09:54 +0000)
* Makefile.am (TESTS): Added backsl2.test.

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

index 232d248f000a97cd3001bf7f75bc48f755a4f849..b2ad32f36fd663f26e718ceae53ff8fb712ef6a9 100644 (file)
@@ -1,5 +1,8 @@
 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * backsl2.test: New file.
+       * Makefile.am (TESTS): Added backsl2.test.
+
        * texinfo8.test: texinfo.tex is only disted by aux/Makefile.
 
        * texinfo8.test: New file.
index 6e49e3bbeb8064a21a618c4f5a289f44a0d238df..6013322f7b3e2fb3db8c2b0132927f068d449ca3 100644 (file)
@@ -6,8 +6,8 @@ XFAIL_TESTS = confh.test
 TESTS = acinclude.test aclocal.test aclocali.test aclocalii.test \
 acoutnoq.test acoutput.test acoutqnl.test acouttbs.test acsilent.test \
 all.test alpha.test ammissing.test ansi.test ansi2.test ansi3.test \
-auxdir.test backsl.test badline.test badprog.test block.test \
-canon.test canon2.test canon3.test canon4.test checkall.test \
+auxdir.test backsl.test backsl2.test badline.test badprog.test \
+block.test canon.test canon2.test canon3.test canon4.test checkall.test \
 clean.test colneq.test colneq2.test colon.test colon2.test colon3.test \
 colon4.test colon5.test colon6.test colon7.test comment.test \
 comment2.test compile_f_c_cxx.test cond.test cond2.test cond3.test \
index 197e164f0aad8b6ebea9de3e171c354f79821f12..0fb4725b914898f75da041ca042d6eb81707f584 100644 (file)
@@ -71,8 +71,8 @@ XFAIL_TESTS = confh.test
 TESTS = acinclude.test aclocal.test aclocali.test aclocalii.test \
 acoutnoq.test acoutput.test acoutqnl.test acouttbs.test acsilent.test \
 all.test alpha.test ammissing.test ansi.test ansi2.test ansi3.test \
-auxdir.test backsl.test badline.test badprog.test block.test \
-canon.test canon2.test canon3.test canon4.test checkall.test \
+auxdir.test backsl.test backsl2.test badline.test badprog.test \
+block.test canon.test canon2.test canon3.test canon4.test checkall.test \
 clean.test colneq.test colneq2.test colon.test colon2.test colon3.test \
 colon4.test colon5.test colon6.test colon7.test comment.test \
 comment2.test compile_f_c_cxx.test cond.test cond2.test cond3.test \
diff --git a/tests/backsl2.test b/tests/backsl2.test
new file mode 100755 (executable)
index 0000000..c9c1367
--- /dev/null
@@ -0,0 +1,17 @@
+#! /bin/sh
+
+# We must skip the backslash, not complain about `./\' not existing.
+# Reported by Rick Scott <rwscott@omnisig.com>
+
+. $srcdir/defs || exit 1
+
+echo 'AC_PROG_MAKE_SET' >> configure.in
+
+cat > Makefile.am << 'END'
+SUBDIRS = \
+   .
+END
+
+$AUTOMAKE || exit 1
+
+exit 0
This page took 0.032775 seconds and 5 git commands to generate.