tests: list "forgotten" test script in TESTS
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 25 Aug 2011 19:07:12 +0000 (21:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 25 Aug 2011 19:08:44 +0000 (21:08 +0200)
* 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
tests/Makefile.am
tests/Makefile.in
tests/java-empty-classpath.test

index 1df59245a54168bd4cc85227e0f2c4fe8477e22e..7c11ab304f2750fbbb890d973c28e78a12a6b1d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-25  Stefano Lattarini  <stefano.lattarini@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  <eblake@redhat.com>
 
        ylwrap: fix unusual indentation whitespace
index c2a55fdc6877e0cc9c672cbc981eefc9026892b0..a1c67ffc3a3fa6fc9e33f7a3b5238f29ec989ded 100644 (file)
@@ -444,6 +444,7 @@ java.test \
 java2.test \
 java3.test \
 java-check.test \
+java-empty-classpath.test \
 javaprim.test \
 javasubst.test \
 ldadd.test \
index 5a3259ee45ae49a21ae9f8ae16817745475c962d..4b2d8457d4e62addf93de6f86c8ffdcc0e9581aa 100644 (file)
@@ -722,6 +722,7 @@ java.test \
 java2.test \
 java3.test \
 java-check.test \
+java-empty-classpath.test \
 javaprim.test \
 javasubst.test \
 ldadd.test \
index 230bb7cd32747c1861aaee7a3d1c35df29247eb1..e94f8854c13d682b477ca2017b434e6c55a6e7fe 100755 (executable)
@@ -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