* 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. --- ChangeLog | 7 +++++++ tests/Makefile.am | 1 + tests/Makefile.in | 1 + tests/java-empty-classpath.test | 4 ++-- 4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 1df5924..7c11ab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-08-25 Stefano Lattarini <stefano.lattar...@gmail.com> + + 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 <ebl...@redhat.com> ylwrap: fix unusual indentation whitespace diff --git a/tests/Makefile.am b/tests/Makefile.am index c2a55fd..a1c67ff 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 5a3259e..4b2d845 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 230bb7c..e94f885 100755 --- a/tests/java-empty-classpath.test +++ b/tests/java-empty-classpath.test @@ -37,8 +37,8 @@ cat > Makefile.am <<END CLEANFILES = *.class SUBDIRS = org END -echo SUBDIRS = gnu > 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 -- 1.7.2.3