diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-29 20:23:11 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-29 20:23:11 +0000 |
commit | d179961d400f13d7c39b658d0682dc0a758c8f77 (patch) | |
tree | 595283c16d7efa91b13923cbe929b018336de060 /test/Makefile | |
parent | 8130a3832153a608695b9bb7d29ee9e28baa0942 (diff) |
Merged in RELEASE_12.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index ad9c6ecbd4..f52f543795 100644 --- a/test/Makefile +++ b/test/Makefile @@ -34,6 +34,10 @@ ifeq ($(OS),SunOS) 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.' |