projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec3a78f
)
Added support to specify which test suite dejagnu should run (Feature or Regression...
author
Tanya Lattner
<tonic@nondot.org>
Sun, 7 Nov 2004 08:24:59 +0000
(08:24 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Sun, 7 Nov 2004 08:24:59 +0000
(08:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17572
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile
patch
|
blob
|
history
test/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f2dd759c0932131894b7ffe78eaa1ce8c7aee482..a22444827e0b055c4ce8d8245ba394f1066859c4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,4
+37,4
@@
check ::
tools-only: all
check-dejagnu:
- cd test; $(MAKE) check-dejagnu
\ No newline at end of file
+ cd test; $(MAKE) check-dejagnu $(TEST)
diff --git
a/test/Makefile
b/test/Makefile
index 7642b64aea5f0d2b682263949ce95ef00d4fe873..1f0dea5233ec225d74e092365737447baba60aa8 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-123,7
+123,7
@@
EXPECT = expect
RUNTEST = runtest
check-dejagnu: site.exp
- $(RUNTEST)
+ $(RUNTEST)
--tool $(TEST)
dejagnu-clean:
$(RM) -rf `find $(LLVM_OBJ_ROOT)/test/Regression -name Output -type d -print`