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

John Criswell criswell at cs.uiuc.edu
Tue Sep 30 15:51:01 PDT 2003


Changes in directory reopt/test:

Makefile updated: 1.4 -> 1.5

---
Log message:

Go into the object directory to run tests.



---
Diffs of the changes:

Index: reopt/test/Makefile
diff -u reopt/test/Makefile:1.4 reopt/test/Makefile:1.5
--- reopt/test/Makefile:1.4	Thu Aug 21 14:41:00 2003
+++ reopt/test/Makefile	Tue Sep 30 15:50:40 2003
@@ -14,6 +14,6 @@
 # test target - Descend into test/Programs and run the TEST.reopt.Makefile
 # tests...
 test::
-	(cd $(LLVM_SRC_ROOT)/test/Programs/$(SUBDIR); \
+	(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
                PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=reopt \
                    test )





More information about the llvm-commits mailing list