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

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



Changes in directory llvm-java/test/Programs:

Makefile added (r1.1)

---
Log message:

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


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

Index: llvm-java/test/Programs/Makefile
diff -c /dev/null llvm-java/test/Programs/Makefile:1.1
*** /dev/null	Fri Jul 23 20:29:44 2004
--- llvm-java/test/Programs/Makefile	Fri Jul 23 20:29:34 2004
***************
*** 0 ****
--- 1,13 ----
+ ##===- test/Programs/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 := SingleSource
+ 
+ include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list