[llvm-commits] [release_12] CVS: llvm/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Mar 18 10:43:01 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.52 -> 1.52.6.1
---
Log message:
Gave Darwin its own expectations file.
---
Diffs of the changes: (+4 -0)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.52 llvm/test/Makefile:1.52.6.1
--- llvm/test/Makefile:1.52 Wed Dec 10 22:48:38 2003
+++ llvm/test/Makefile Thu Mar 18 10:41:59 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