[llvm-commits] CVS: reopt/test/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Thu Sep 23 12:48:45 PDT 2004



Changes in directory reopt/test:

Makefile updated: 1.7 -> 1.8
---
Log message:

Fix location of test/Programs, now called llvm-test.


---
Diffs of the changes:  (+2 -1)

Index: reopt/test/Makefile
diff -u reopt/test/Makefile:1.7 reopt/test/Makefile:1.8
--- reopt/test/Makefile:1.7	Fri Jul 23 00:00:04 2004
+++ reopt/test/Makefile	Thu Sep 23 14:48:35 2004
@@ -9,11 +9,12 @@
 test::
 
 LEVEL = ..
+
 include $(LEVEL)/Makefile.common
 
 # test target - Descend into test/Programs and run the TEST.reopt.Makefile
 # tests...
 test::
-	(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
+	(cd $(LLVM_OBJ_ROOT)/projects/llvm-test/$(SUBDIR); \
                PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=reopt \
                    test )






More information about the llvm-commits mailing list