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

John Criswell criswell at cs.uiuc.edu
Tue Sep 30 14:05:01 PDT 2003


Changes in directory llvm/test:

Makefile updated: 1.40 -> 1.41

---
Log message:

Added the CXXTest test class.



---
Diffs of the changes:

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.40 llvm/test/Makefile:1.41
--- llvm/test/Makefile:1.40	Mon Sep 15 21:59:26 2003
+++ llvm/test/Makefile	Tue Sep 30 14:04:08 2003
@@ -29,6 +29,7 @@
          -c cc=$(CC) \
          -c cxx=$(CXX) \
          -c "llvmgcc=$(LLVMGCC)" \
+         -c "llvmgxx=$(LLVMGXX)" \
          -c make=$(MAKE)
 
 #
@@ -72,6 +73,7 @@
 	$(QMTEST) register test llvm.VerifierTest
 	$(QMTEST) register test llvm.AnalyzeTest
 	$(QMTEST) register test llvm.CTest
+	$(QMTEST) register test llvm.CXXTest
 	$(QMTEST) register resource llvm.BytecodeResource
 
 #





More information about the llvm-commits mailing list