diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-02 15:18:10 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-02 15:18:58 +0000 |
commit | 40db99a7c485aa58f9fc3a209fced8720cf5c3e5 (patch) | |
tree | 5a19163e3253219d3b6bf62ec1a9c15a85aa444e /testsuite/tests/ghc-api/all.T | |
parent | f54fc09bb17226c71deb766306cb2e293c33dc83 (diff) | |
download | haskell-40db99a7c485aa58f9fc3a209fced8720cf5c3e5.tar.gz |
Test Trac #8639
Diffstat (limited to 'testsuite/tests/ghc-api/all.T')
-rw-r--r-- | testsuite/tests/ghc-api/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T index ee5818110c..998bcd711e 100644 --- a/testsuite/tests/ghc-api/all.T +++ b/testsuite/tests/ghc-api/all.T @@ -1,4 +1,7 @@ +test('ghcApi', normal, compile_and_run, ['-package ghc']) test('T6145', when(fast(), skip), run_command, ['$MAKE -s --no-print-directory T6145']) -test('ghcApi', normal, compile_and_run, ['-package ghc']) +test('T8639_api', when(fast(), skip), + run_command, + ['$MAKE -s --no-print-directory T8639_api']) |