summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-11-15 00:40:44 -0800
committerDavid Terei <davidterei@gmail.com>2011-11-15 00:40:44 -0800
commit4fe140c9fda7ee365e8893663cddc51043b2f7e5 (patch)
tree9bff95ec7bfda16fa81afa861bdbef5ebf6218b1 /testsuite/config
parent8a931a6059be3af123373f8798ad075e71d5757a (diff)
downloadhaskell-4fe140c9fda7ee365e8893663cddc51043b2f7e5.tar.gz
cleaning of testsuite
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
-rw-r--r--testsuite/config/hugs21
2 files changed, 2 insertions, 21 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 1f77cc54fd..36f74e4935 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -56,6 +56,7 @@ if (ghc_with_profiling == 1 and ghc_with_threaded_rts == 1):
config.run_ways.append('profthreaded')
if (ghc_with_llvm == 1):
+ config.compile_ways.append('optllvm')
config.run_ways.append('optllvm')
config.in_tree_compiler = in_tree_compiler
@@ -157,3 +158,4 @@ def get_compiler_info():
config.package_conf_cache_file = compilerInfoDict["Global Package DB"] + '/package.cache'
except:
config.package_conf_cache_file = ''
+
diff --git a/testsuite/config/hugs b/testsuite/config/hugs
deleted file mode 100644
index 5be508a63c..0000000000
--- a/testsuite/config/hugs
+++ /dev/null
@@ -1,21 +0,0 @@
-# Testsuite configuration setup for Hugs
-#
-# This file is Python source
-#
-config.compiler_type = 'hugs'
-config.compiler = 'hugs-hc'
-config.compiler_always_flags = []
-
-# We test the 'normal' way only
-config.compile_ways = ['normal']
-config.run_ways = ['normal']
-
-# No other ways for Hugs
-config.other_ways = []
-
-config.way_flags = { 'normal' : [] }
-config.way_rts_flags = { 'normal' : [] }
-
-def get_compiler_info():
- pass
-