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/tests/ghc-api/apirecomp001 | |
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/tests/ghc-api/apirecomp001')
-rw-r--r-- | testsuite/tests/ghc-api/apirecomp001/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |