diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-07 21:39:41 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-07 21:39:41 +0000 |
commit | 491e9cd1828b757ee89c37817b01fa0d8808afe5 (patch) | |
tree | 76e27455cf2dbc157c4f8754cc74216cf1933f01 /Makefile | |
parent | 075cdc655e2466d6b7e98f88d2fccec26223298c (diff) | |
download | external_llvm-491e9cd1828b757ee89c37817b01fa0d8808afe5.zip external_llvm-491e9cd1828b757ee89c37817b01fa0d8808afe5.tar.gz external_llvm-491e9cd1828b757ee89c37817b01fa0d8808afe5.tar.bz2 |
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ check :: tools-only: all check-dejagnu: - cd test; $(MAKE) check-dejagnu TEST=$(TEST) + cd test; $(MAKE) check-dejagnu TESTSUITE=$(TESTSUITE) TARGET=$(TARGET_TRIPLE) |