[commit: ghc] wip/ncg-test-criterion: add helper for ncg (4c939de)
git at git.haskell.org
git at git.haskell.org
Sun Dec 30 12:39:11 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ncg-test-criterion
Link : http://ghc.haskell.org/trac/ghc/changeset/4c939dec6c2e77553d4026dbdcbb91044bece692/ghc
>---------------------------------------------------------------
commit 4c939dec6c2e77553d4026dbdcbb91044bece692
Author: Gabor Greif <ggreif at gmail.com>
Date: Sun Dec 30 13:16:33 2018 +0100
add helper for ncg
>---------------------------------------------------------------
4c939dec6c2e77553d4026dbdcbb91044bece692
testsuite/driver/testlib.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 5f84863..96024a9 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -440,6 +440,9 @@ def cygwin( ):
def have_vanilla( ):
return config.have_vanilla
+def have_ncg( ):
+ return config.have_ncg
+
def have_dynamic( ):
return config.have_dynamic
More information about the ghc-commits
mailing list