[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Sun Dec 5 21:35:49 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.74 -> 1.75
---
Log message:
Change check to check-local per Makefile.rules changes.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.74 llvm/test/Makefile:1.75
--- llvm/test/Makefile:1.74 Sat Dec 4 16:34:47 2004
+++ llvm/test/Makefile Sun Dec 5 23:35:38 2004
@@ -13,7 +13,7 @@
#
# Make Dejagnu the default for testing
#
-all:: check
+all:: check-local
# Include other test rules
include Makefile.tests
@@ -120,7 +120,7 @@
RUNTESTFLAGS := --tool $(TESTSUITE)
endif
-check:: site.exp
+check-local:: site.exp
PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
$(RUNTEST) $(RUNTESTFLAGS)
More information about the llvm-commits
mailing list