Makefile: optional call file for testcases
authorBernhard Urban <lewurm@gmail.com>
Sun, 20 May 2012 00:00:10 +0000 (02:00 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 20 May 2012 00:10:14 +0000 (02:10 +0200)
commit827ad09b6ff2ec1bf3c13a6a84f046ff3313b9f6
tree32ec1249e5c4b7153dc0c11f3f284278e027a40d
parent496288a6ff9de79049f177ed8ab5fc1c77e8bac3
Makefile: optional call file for testcases

in order to easier pass arguments to the JVM for certain testcases,
e.g. classpath stuff
15 files changed:
Makefile
tests/ClassPath2.call [new file with mode: 0644]
tests/ClassPath2.compile [new file with mode: 0644]
tests/ClassPath2.java [new file with mode: 0644]
tests/ClassPath3.call [new file with mode: 0644]
tests/ClassPath3.compile [new file with mode: 0644]
tests/ClassPath3.java [new file with mode: 0644]
tests/JARUsage1.call [new file with mode: 0644]
tests/JARUsage1.compile [new file with mode: 0644]
tests/JARUsage1.java [new file with mode: 0644]
tests/JARUsage2.call [new file with mode: 0644]
tests/JARUsage2.java [new file with mode: 0644]
tests/jar1.jar [new file with mode: 0644]
tests/this/is/a/class/path/test/ClassPath1.java [new file with mode: 0644]
tests/this/is/a/class/path/test/ClassPath2.java [new file with mode: 0644]