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

Alkis Evlogimenos alkis at cs.uiuc.edu
Fri Jul 23 18:29:44 PDT 2004



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

Makefile.singlesrc added (r1.1)
Makefile added (r1.1)

---
Log message:

Improve testing framework. Now the hierarchy is similar to
<llvm-root>/test.


---
Diffs of the changes:  (+27 -0)

Index: llvm-java/test/Programs/SingleSource/Makefile.singlesrc
diff -c /dev/null llvm-java/test/Programs/SingleSource/Makefile.singlesrc:1.1
*** /dev/null	Fri Jul 23 20:29:44 2004
--- llvm-java/test/Programs/SingleSource/Makefile.singlesrc	Fri Jul 23 20:29:34 2004
***************
*** 0 ****
--- 1,14 ----
+ ##==-- test/Programs/SingleSource/Makefile.singlesrc -----*- makefile -*--====##
+ #
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ # rule to build raw bytecode from a classfile
+ Output/%.raw.bc: %.class Output/.dir $(CLASS2LLVM)
+ 	$(CLASS2LLVM) $* | $(LOPT) -mem2reg > $@
+ 
+ include $(LEVEL)/test/Makefile.test


Index: llvm-java/test/Programs/SingleSource/Makefile
diff -c /dev/null llvm-java/test/Programs/SingleSource/Makefile:1.1
*** /dev/null	Fri Jul 23 20:29:44 2004
--- llvm-java/test/Programs/SingleSource/Makefile	Fri Jul 23 20:29:34 2004
***************
*** 0 ****
--- 1,13 ----
+ ##===- test/Programs/SingleSource/Makefile -----------------*- Makefile -*-===##
+ #
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ #
+ ##===----------------------------------------------------------------------===##
+ LEVEL := ../../..
+ 
+ PARALLEL_DIRS := UnitTests
+ 
+ include Makefile.singlesrc





More information about the llvm-commits mailing list