diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-22 18:01:43 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-22 18:01:43 +0100 |
commit | d333c0313f0ec31c79cc72657e05f995bd69e376 (patch) | |
tree | f6c2629611d83e10114e5a28d2e82c76926ca0bf /testsuite | |
parent | 27195265e2a9fc4451dffa44da3e2641561e74b3 (diff) | |
download | haskell-d333c0313f0ec31c79cc72657e05f995bd69e376.tar.gz |
Enable GHC API tests by default.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghc-api/T4891/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/all.T | 6 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/apirecomp001/all.T | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/ghc-api/T4891/all.T b/testsuite/tests/ghc-api/T4891/all.T index 64c25912fa..b9c08c37bf 100644 --- a/testsuite/tests/ghc-api/T4891/all.T +++ b/testsuite/tests/ghc-api/T4891/all.T @@ -1,3 +1,3 @@ -test('T4891', [when(fast(), skip), extra_clean(['X.hi', 'X.o'])], +test('T4891', extra_clean(['X.hi', 'X.o']), run_command, ['$MAKE -s --no-print-directory T4891']) diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T index 1f83dcdd3a..489b3edf4d 100644 --- a/testsuite/tests/ghc-api/all.T +++ b/testsuite/tests/ghc-api/all.T @@ -1,10 +1,10 @@ test('ghcApi', normal, compile_and_run, ['-package ghc']) -test('T6145', when(fast(), skip), +test('T6145', normal, run_command, ['$MAKE -s --no-print-directory T6145']) -test('T8639_api', when(fast(), skip), +test('T8639_api', normal, run_command, ['$MAKE -s --no-print-directory T8639_api']) -test('T8628', when(fast(), skip), +test('T8628', normal, run_command, ['$MAKE -s --no-print-directory T8628']) diff --git a/testsuite/tests/ghc-api/apirecomp001/all.T b/testsuite/tests/ghc-api/apirecomp001/all.T index f8f5abdf0c..f58352af99 100644 --- a/testsuite/tests/ghc-api/apirecomp001/all.T +++ b/testsuite/tests/ghc-api/apirecomp001/all.T @@ -1,4 +1,4 @@ test('apirecomp001', - when(fast(), skip), + normal, run_command, ['$MAKE -s --no-print-directory apirecomp001']) |