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

John Criswell criswell at cs.uiuc.edu
Mon Mar 29 14:24:01 PST 2004


Changes in directory llvm/test:

Makefile updated: 1.52 -> 1.53

---
Log message:

Merged in RELEASE_12.



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

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.52 llvm/test/Makefile:1.53
--- llvm/test/Makefile:1.52	Wed Dec 10 22:48:38 2003
+++ llvm/test/Makefile	Mon Mar 29 14:23:11 2004
@@ -34,6 +34,10 @@
 QMEXPECT:=$(LLVM_SRC_ROOT)/test/QMTest/expectations.sunos.qmr
 endif
 
+ifeq ($(OS),Darwin)
+QMEXPECT:=$(LLVM_SRC_ROOT)/test/QMTest/expectations.darwin.qmr
+endif
+
 #
 # This is configuration information used by the test suite.  In QM Test, it's
 # called a 'context.'





More information about the llvm-commits mailing list