Skip to content

Commit d118722

Browse files
author
John Criswell
committed
Gave Darwin its own expectations file.
llvm-svn: 12499
1 parent 052debc commit d118722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/test/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ ifeq ($(OS),SunOS)
3434
QMEXPECT:=$(LLVM_SRC_ROOT)/test/QMTest/expectations.sunos.qmr
3535
endif
3636

37+
ifeq ($(OS),Darwin)
38+
QMEXPECT:=$(LLVM_SRC_ROOT)/test/QMTest/expectations.darwin.qmr
39+
endif
40+
3741
#
3842
# This is configuration information used by the test suite. In QM Test, it's
3943
# called a 'context.'

0 commit comments

Comments
 (0)