[llvm-commits] CVS: llvm/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Oct 7 16:31:07 PDT 2003
Changes in directory llvm/test:
Makefile updated: 1.42 -> 1.43
---
Log message:
Fixed the location of the expectations file.
Added the registration of the LLVM Database class.
---
Diffs of the changes: (+3 -2)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.42 llvm/test/Makefile:1.43
--- llvm/test/Makefile:1.42 Tue Oct 7 16:13:47 2003
+++ llvm/test/Makefile Tue Oct 7 16:30:07 2003
@@ -42,10 +42,10 @@
# 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 @@
$(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
#
More information about the llvm-commits
mailing list