diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-07 21:30:07 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-07 21:30:07 +0000 |
commit | 0c9efc2b1dea248599b4092c8b8260362149775f (patch) | |
tree | 45112a7c1b05355bb704ef0efa5b242def683449 /test/Makefile | |
parent | f424d7481e7b5f265df01e72baa590390f1cbb7d (diff) |
Fixed the location of the expectations file.
Added the registration of the LLVM Database class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index e0dee956813..be22e17a040 100644 --- a/test/Makefile +++ b/test/Makefile @@ -42,10 +42,10 @@ QMTEST= QMTEST_CLASS_PATH=$(QMCLASSES) qmtest $(QMDB) # Execute the tests # qmtest:: $(LLVM_OBJ_ROOT)/test/tmp register - $(QMTEST) run -O $(LLVM_SRC_ROOT)/test/expectations.qmr $(CONTEXT) + $(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTest/expectations.qmr $(CONTEXT) %.t:: $(LLVM_OBJ_ROOT)/test/tmp register - $(QMTEST) run -O $(LLVM_SRC_ROOT)/test/expectations.qmr $(CONTEXT) $* + $(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTest/expectations.qmr $(CONTEXT) $* # # Create the temporary directory used by the test suite. @@ -74,6 +74,7 @@ register: $(QMTEST) register test llvm.AnalyzeTest $(QMTEST) register test llvm.CTest $(QMTEST) register test llvm.CXXTest + $(QMTEST) register database llvmdb.llvmdb $(QMTEST) register resource llvm.BytecodeResource # |