[llvm-commits] CVS: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Fri Jul 23 18:29:44 PDT 2004
Changes in directory llvm-java/test/Programs/SingleSource/UnitTests:
Makefile updated: 1.2 -> 1.3
---
Log message:
Improve testing framework. Now the hierarchy is similar to
<llvm-root>/test.
---
Diffs of the changes: (+5 -3)
Index: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
diff -u llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.2 llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.3
--- llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.2 Thu Jul 15 06:28:44 2004
+++ llvm-java/test/Programs/SingleSource/UnitTests/Makefile Fri Jul 23 20:29:34 2004
@@ -1,4 +1,4 @@
-##===- tests/Compiler/Makefile -----------------------------*- Makefile -*-===##
+##===- test/Programs/SingleSource/UnitTests/Makefile -------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,10 +6,12 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL := ../..
+LEVEL := ../../../..
CLASSFILES := $(wildcard *.class)
+BUILD_JAVA_SOURCE=1
+
all:: $(foreach ext,linked.dis-ll,$(CLASSFILES:%.class=Output/%.$(ext)))
-include $(LEVEL)/test/Makefile.test
+include ../Makefile.singlesrc
More information about the llvm-commits
mailing list