diff options
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 2c218a755e..cc389b05fd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ DIRS = # # Make Dejagnu the default for testing # -all:: check +all:: check-local # Include other test rules include Makefile.tests @@ -120,7 +120,7 @@ ifdef TESTSUITE RUNTESTFLAGS := --tool $(TESTSUITE) endif -check:: site.exp +check-local:: site.exp PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ $(RUNTEST) $(RUNTESTFLAGS) |