|
30f8ffc0
|
2011-05-20T23:35:26
|
|
Merge branch 'maint' into java-work
* maint:
testsuite: avoid re-running few tests with 'parallel-tests' option
testsuite: allow tests to avoid the use of 'parallel-tests' option
tests/README: update obsoleted advice
With extra edits to these files:
- tests/java-compile-run-flat.test
- tests/java-compile-run-nested.test
- ChangeLog
- tests/Makefile.in (autogenerated)
|
|
a3988aea
|
2011-05-03T00:48:02
|
|
java tests: use $PATH_SEPARATOR where appropriate
* tests/java-compile-run-nested.test: Use `$PATH_SEPARATOR', not
`:', to separate entries of extended PATH and CLASSPATH variables.
* tests/java-compile-run-flat.test: Likewise.
|
|
aa3ad84f
|
2011-04-23T20:42:30
|
|
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.
|