summaryrefslogtreecommitdiffstats
path: root/llvm/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Makefile')
-rw-r--r--llvm/test/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 044f75ba748..dc28e6d5924 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -10,11 +10,11 @@
LEVEL = ..
DIRS =
-#
-# Make Dejagnu the default for testing
-#
all:: check-local
+# 'lit' is the default test runner.Make Dejagnu the default for testing
+check-local:: check-local-lit
+
# Include other test rules
include Makefile.tests
@@ -90,12 +90,12 @@ endif # AuroraUX
endif # SunOS
ifneq ($(RUNTEST),)
-check-local:: site.exp
+check-local-dg:: site.exp
( $(ULIMIT) \
PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH)" \
$(RUNTEST) $(RUNTESTFLAGS) )
else
-check-local:: site.exp
+check-local-dg:: site.exp
@echo "*** dejagnu not found. Make sure 'runtest' is in your PATH, then reconfigure LLVM."
endif
OpenPOWER on IntegriCloud