diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/java.lang.reflect/Makefile.am | 5 | ||||
-rw-r--r-- | test/java.util/Makefile.am | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/test/java.lang.reflect/Makefile.am b/test/java.lang.reflect/Makefile.am new file mode 100644 index 000000000..79106a822 --- /dev/null +++ b/test/java.lang.reflect/Makefile.am @@ -0,0 +1,5 @@ +## Input file for automake to generate the Makefile.in used by configure + +check_JAVA = ArrayTest.java + + diff --git a/test/java.util/Makefile.am b/test/java.util/Makefile.am new file mode 100644 index 000000000..abb50f7da --- /dev/null +++ b/test/java.util/Makefile.am @@ -0,0 +1,5 @@ +## Input file for automake to generate the Makefile.in used by configure + +check_JAVA = ArraysTest.java + + |