[llvm-commits] CVS: llvm-java/test/Programs/SingleSource/UnitTests/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Dec 5 13:54:01 PST 2004



Changes in directory llvm-java/test/Programs/SingleSource/UnitTests:

Makefile updated: 1.9 -> 1.10
---
Log message:

Now we can compile all of these.


---
Diffs of the changes:  (+4 -4)

Index: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
diff -u llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.9 llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.10
--- llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.9	Sun Dec  5 03:13:03 2004
+++ llvm-java/test/Programs/SingleSource/UnitTests/Makefile	Sun Dec  5 15:53:51 2004
@@ -10,18 +10,18 @@
 
 JAVA_TESTS := Arithm \
 	BigConstants \
+	ClassTest \
+	FieldAccess \
 	FloatCompare \
 	ForLoop \
 	If \
+	InstanceOf
 	LongCompare \
 	LookupSwitch \
 	Return \
 	StaticInitializers \
 	TableSwitch \
-#	FieldAccess \
-#	VTable \
-#	ClassTest \
-#	InstanceOf \
+	VTable \
 
 CPPFLAGS+=-I$(BUILD_SRC_ROOT)/include/llvm/Java
 BYTECODE_LIBRARY=1






More information about the llvm-commits mailing list