2012-09-02 15:53:46 -04:00
|
|
|
$OpenBSD: patch-testsuite_mk_test_mk,v 1.2 2012/09/02 19:53:46 kili Exp $
|
2011-04-11 10:30:32 -04:00
|
|
|
|
|
|
|
Disable LLVM tests for now (until I unslack and debug why all LLVM
|
|
|
|
tests are failing).
|
|
|
|
|
2012-09-02 15:53:46 -04:00
|
|
|
--- testsuite/mk/test.mk.orig Wed Feb 1 19:11:16 2012
|
|
|
|
+++ testsuite/mk/test.mk Sat Jun 9 21:36:25 2012
|
|
|
|
@@ -95,11 +95,7 @@ else
|
2011-04-11 10:30:32 -04:00
|
|
|
RUNTEST_OPTS += -e ghc_with_smp=0
|
|
|
|
endif
|
|
|
|
|
|
|
|
-ifneq "$(shell $(SHELL) -c 'llvmc --version | grep version' 2> /dev/null)" ""
|
|
|
|
-RUNTEST_OPTS += -e ghc_with_llvm=1
|
|
|
|
-else
|
|
|
|
RUNTEST_OPTS += -e ghc_with_llvm=0
|
|
|
|
-endif
|
|
|
|
|
|
|
|
ifeq "$(WINDOWS)" "YES"
|
|
|
|
RUNTEST_OPTS += -e windows=True
|