From: Stefano Lattarini Date: Thu, 25 Aug 2011 19:07:12 +0000 (+0200) Subject: tests: list "forgotten" test script in TESTS X-Git-Tag: v1.11.1b~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236ad0bcb351a6e0795a69f272646bd2201b4056;p=thirdparty%2Fautomake.git tests: list "forgotten" test script in TESTS * tests/Makefile.am (TESTS): Also list ... * tests/java-empty-classpath.test: ... this test. Since we are at it, remove trailing whitespace from a couple of lines. --- diff --git a/ChangeLog b/ChangeLog index 1df59245a..7c11ab304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-08-25 Stefano Lattarini + + tests: list "forgotten" test script in TESTS + * tests/Makefile.am (TESTS): Also list ... + * tests/java-empty-classpath.test: ... this test. Since we are + at it, remove trailing whitespace from a couple of lines. + 2011-08-25 Eric Blake ylwrap: fix unusual indentation whitespace diff --git a/tests/Makefile.am b/tests/Makefile.am index c2a55fdc6..a1c67ffc3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -444,6 +444,7 @@ java.test \ java2.test \ java3.test \ java-check.test \ +java-empty-classpath.test \ javaprim.test \ javasubst.test \ ldadd.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 5a3259ee4..4b2d8457d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -722,6 +722,7 @@ java.test \ java2.test \ java3.test \ java-check.test \ +java-empty-classpath.test \ javaprim.test \ javasubst.test \ ldadd.test \ diff --git a/tests/java-empty-classpath.test b/tests/java-empty-classpath.test index 230bb7cd3..e94f8854c 100755 --- a/tests/java-empty-classpath.test +++ b/tests/java-empty-classpath.test @@ -37,8 +37,8 @@ cat > Makefile.am < org/Makefile.am -echo SUBDIRS = bug > org/gnu/Makefile.am +echo SUBDIRS = gnu > org/Makefile.am +echo SUBDIRS = bug > org/gnu/Makefile.am cat > org/gnu/bug/Makefile.am <<'END' JAVAROOT = ../../.. dist_noinst_JAVA = Library.java Application.java