java coverage: try to build and run a java program
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Apr 2011 18:42:30 +0000 (20:42 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 26 Apr 2011 15:25:22 +0000 (17:25 +0200)
commitaa3ad84fd24967756cb031c4f3529198afdba900
tree1b023836a5f72fd5ceeab76d7f5fa3c8a3377a86
parent59b5f75f6095f40d3316cb2928ba1d1f30ab15ce
java coverage: try to build and run a java program

* tests/java-compile-run-flat.test: New test, try to build and run
a "UNIX-style" java program (complete with wrapper shell script
and the like) with a "flat" source-tree setup (i.e., everything in
the top-level directory).
* tests/java-compile-nested.test: Likewise, but using a more
typical "nested" source-tree setup.
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/java-compile-run-flat.test [new file with mode: 0755]
tests/java-compile-run-nested.test [new file with mode: 0755]