summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGeoff Berry <gcb@gnu.org>1998-07-24 22:56:35 +0000
committerGeoff Berry <gcb@gnu.org>1998-07-24 22:56:35 +0000
commit13304cb8a4657f6a30bc88eaa19de723885ca72e (patch)
treee7fb8543aa78ed5d5b82d2bf3cd9988cf0241641 /test
parent849b6c86eefcf6c4e66e2af460a5e0421ea4575e (diff)
downloadclasspath-13304cb8a4657f6a30bc88eaa19de723885ca72e.tar.gz
Added java.lang.Comparable, java.lang.UnsupportedOperationException
and some Makefile.am's in an attempt to get the entire tree to compile.
Diffstat (limited to 'test')
-rw-r--r--test/java.lang.reflect/Makefile.am5
-rw-r--r--test/java.util/Makefile.am5
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
+
+