[llvm-commits] CVS: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sat Dec 4 20:15:48 PST 2004
Changes in directory llvm-java/test/Programs/SingleSource/UnitTests:
Makefile updated: 1.7 -> 1.8
---
Log message:
Now we pass these tests well :-)
---
Diffs of the changes: (+4 -4)
Index: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
diff -u llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.7 llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.8
--- llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.7 Thu Dec 2 17:24:34 2004
+++ llvm-java/test/Programs/SingleSource/UnitTests/Makefile Sat Dec 4 22:15:37 2004
@@ -10,18 +10,18 @@
JAVA_TESTS := Arithm \
BigConstants \
+ FieldAccess \
+ FloatCompare \
ForLoop \
If \
+ LongCompare \
LookupSwitch \
Return \
StaticInitializers \
TableSwitch \
+# VTable \
# ClassTest \
-# FieldAccess \
-# FloatCompare \
-# LongCompare \
# InstanceOf \
-# VTable
CPPFLAGS+=-I$(BUILD_SRC_ROOT)/include/llvm/Java
BYTECODE_LIBRARY=1
More information about the llvm-commits
mailing list