tests/acsubst.test: New test, by Alexandre Duret-Lutz
authorRichard Boulton <richard@tartarus.org>
Mon, 11 Mar 2002 17:00:44 +0000 (17:00 +0000)
committerRichard Boulton <richard@tartarus.org>
Mon, 11 Mar 2002 17:00:44 +0000 (17:00 +0000)
tests/acsubst2.test: New test, by Alexandre Duret-Lutz
tests/Makefile.am (TEST): Added acsubst.test and acsubst2.test

ChangeLog
tests/Makefile.am
tests/Makefile.in

index f0a6fcd..739455b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-11  Richard Boulton <richard@tartarus.org>
+
+       * tests/acsubst.test: New test, by Alexandre Duret-Lutz
+       * tests/acsubst2.test: New test, by Alexandre Duret-Lutz
+       * tests/Makefile.am (TEST): Added acsubst.test and acsubst2.test
+
 2002-03-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
 
        * tests/defs: Unset DESTDIR, otherwise `make DESTDIR=/foo check'
index 2a4597c..80cc7a7 100644 (file)
@@ -15,6 +15,8 @@ acoutput2.test \
 acoutqnl.test \
 acouttbs.test \
 acsilent.test \
+acsubst.test \
+acsubst2.test \
 all.test \
 alpha.test \
 amassign.test \
index 0ed8c6f..aeb66e0 100644 (file)
@@ -65,16 +65,30 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
 AMTAR = @AMTAR@
 APIVERSION = @APIVERSION@
 AWK = @AWK@
-DEPDIR = @DEPDIR@
+DEFS = @DEFS@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LIBS = @LIBS@
+MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
 PERL = @PERL@
+SET_MAKE = @SET_MAKE@
 STRIP = @STRIP@
 VERSION = @VERSION@
-am__include = @am__include@
-am__quote = @am__quote@
+ac_ct_STRIP = @ac_ct_STRIP@
+build_alias = @build_alias@
+host_alias = @host_alias@
 install_sh = @install_sh@
 pkgvdatadir = @pkgvdatadir@
+program_transform_name = @program_transform_name@
+target_alias = @target_alias@
 
 XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test
 
@@ -91,6 +105,8 @@ acoutput2.test \
 acoutqnl.test \
 acouttbs.test \
 acsilent.test \
+acsubst.test \
+acsubst2.test \
 all.test \
 alpha.test \
 amassign.test \