]> sourceware.org Git - automake.git/commitdiff
For PR automake/149:
authorTom Tromey <tromey@redhat.com>
Tue, 8 May 2001 23:34:18 +0000 (23:34 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 8 May 2001 23:34:18 +0000 (23:34 +0000)
* tests/Makefile.am (TESTS): Added werror.test.
(XFAIL_TESTS): Likewise.
* tests/werror.test: New file.

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

index acaf82dc3e941096b180932a4f25b4522033f0b2..3f02e2980ff8f409f6ed6e206a6150465b8b2838 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-05-08  Tom Tromey  <tromey@redhat.com>
 
+       For PR automake/149:
+       * tests/Makefile.am (TESTS): Added werror.test.
+       (XFAIL_TESTS): Likewise.
+       * tests/werror.test: New file.
+
        * automake.in (conditional_true_when): Don't return if we see
        `TRUE'.
 
index d7d448f2cc09a51bbba04b0171150c2b2c19aa66..cc0fa2ea27b08c0827b622f76ec2f467da8745df 100644 (file)
@@ -2,7 +2,8 @@
 
 AUTOMAKE_OPTIONS = gnits
 
-XFAIL_TESTS = subobj2.test yaccvpath.test texinfo10.test subdir5.test
+XFAIL_TESTS = subobj2.test yaccvpath.test texinfo10.test subdir5.test \
+werror.test
 
 TESTS =        \
 acinclude.test \
@@ -278,6 +279,7 @@ version3.test \
 vpath.test \
 vtexi.test \
 vtexi2.test \
+werror.test \
 whoami.test \
 xsource.test \
 yacc.test \
index 6fb7e6df2ab3a9b44e45f78e5ee3dcff87926eff..50f3d11c0ee2c5d4da87b9b87b5f9c5cf8485d65 100644 (file)
@@ -74,7 +74,9 @@ install_sh = @install_sh@
 
 AUTOMAKE_OPTIONS = gnits
 
-XFAIL_TESTS = subobj2.test yaccvpath.test texinfo10.test subdir5.test
+XFAIL_TESTS = subobj2.test yaccvpath.test texinfo10.test subdir5.test \
+werror.test
+
 
 TESTS = \
 acinclude.test \
@@ -350,6 +352,7 @@ version3.test \
 vpath.test \
 vtexi.test \
 vtexi2.test \
+werror.test \
 whoami.test \
 xsource.test \
 yacc.test \
diff --git a/tests/werror.test b/tests/werror.test
new file mode 100755 (executable)
index 0000000..171213a
--- /dev/null
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+# Test to make sure --Werror and --add-missing work together.
+
+. $srcdir/defs || exit 1
+
+: > Makefile.am
+
+rm install-sh depcomp missing mkinstalldirs
+
+$AUTOMAKE --Werror --add-missing
This page took 0.034614 seconds and 5 git commands to generate.