[llvm-commits] CVS: llvm/test/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Oct 7 16:14:11 PDT 2003


Changes in directory llvm/test:

Makefile updated: 1.41 -> 1.42

---
Log message:

Switching over to the new test database.
Adding new qmt files should no longer be necessary.
QMTest should know just "magically" know what sort of test each file is.



---
Diffs of the changes:  (+4 -4)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.41 llvm/test/Makefile:1.42
--- llvm/test/Makefile:1.41	Tue Sep 30 14:04:08 2003
+++ llvm/test/Makefile	Tue Oct  7 16:13:47 2003
@@ -14,8 +14,8 @@
 #
 
 # QMTest option specifying the location of the QMTest database.
-QMDB= -D $(LLVM_SRC_ROOT)/test/QMTestDB
-QMCLASSES=$(LLVM_OBJ_ROOT)/test/QMTestDB/QMTest
+QMDB= -D $(LLVM_SRC_ROOT)/test
+QMCLASSES=$(LLVM_OBJ_ROOT)/test/QMTest
 
 #
 # This is configuration information used by the test suite.  In QM Test, it's
@@ -42,10 +42,10 @@
 # Execute the tests
 #
 qmtest:: $(LLVM_OBJ_ROOT)/test/tmp register
-	$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTestDB/expectations.qmr $(CONTEXT)
+	$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/expectations.qmr $(CONTEXT)
 
 %.t:: $(LLVM_OBJ_ROOT)/test/tmp register
-	$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTestDB/expectations.qmr $(CONTEXT) $*
+	$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/expectations.qmr $(CONTEXT) $*
 
 #
 # Create the temporary directory used by the test suite.





More information about the llvm-commits mailing list