Fixed the location of the expectations file.

Added the registration of the LLVM Database class.

llvm-svn: 8946
This commit is contained in:
John Criswell 2003-10-07 21:30:07 +00:00
parent e078b436f1
commit c64016dfde
1 changed files with 3 additions and 2 deletions

View File

@ -42,10 +42,10 @@ QMTEST= QMTEST_CLASS_PATH=$(QMCLASSES) qmtest $(QMDB)
# Execute the tests # Execute the tests
# #
qmtest:: $(LLVM_OBJ_ROOT)/test/tmp register 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 %.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. # Create the temporary directory used by the test suite.
@ -74,6 +74,7 @@ register:
$(QMTEST) register test llvm.AnalyzeTest $(QMTEST) register test llvm.AnalyzeTest
$(QMTEST) register test llvm.CTest $(QMTEST) register test llvm.CTest
$(QMTEST) register test llvm.CXXTest $(QMTEST) register test llvm.CXXTest
$(QMTEST) register database llvmdb.llvmdb
$(QMTEST) register resource llvm.BytecodeResource $(QMTEST) register resource llvm.BytecodeResource
# #