aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-09 06:32:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-09 06:32:58 +0000
commit8db573e1901d9bc6c7936525509da2f28f7820d5 (patch)
treec6ffd50b90a150ab40a37e1d5fdeb5af020c124a
parented8c089469ff16235c0feb43f3fc376f2766f7b5 (diff)
Document quick-test target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17644 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index aa18e85b30..8a8f0fac5d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -149,6 +149,12 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@test ! -f site.exp || mv site.exp site.bak
@mv site.tmp site.exp
+#===------------------------------------------------------------------------===#
+# quick-test utility. Just runs TestRunner.sh on all the *.ll files in a
+# directory. Use like this:
+# cd llvm/test ; make quick-test QUICKTEST=Regression/Bytecode
+# where QUICKTEST specifies the directory you want to run the tests on.
+#===------------------------------------------------------------------------===#
quick-test:
@if test -d "${QUICKTEST}" ; then \
cd $(LLVM_SRC_ROOT)/test/$(QUICKTEST) ; \