diff options
Diffstat (limited to 'testsuite/tests/ghc-api/all.T')
-rw-r--r-- | testsuite/tests/ghc-api/all.T | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T index b4e24ec2fd..377c1e3987 100644 --- a/testsuite/tests/ghc-api/all.T +++ b/testsuite/tests/ghc-api/all.T @@ -1,11 +1,15 @@ test('ghcApi', normal, compile_and_run, ['-package ghc']) -test('T6145', normal, makefile_test, ['T6145']) +test('T6145', normal, + run_command, + ['$MAKE -s --no-print-directory T6145']) test('T8639_api', when(arch('powerpc64') or arch('powerpc64le'), expect_broken(11259)), - makefile_test, ['T8639_api']) + run_command, + ['$MAKE -s --no-print-directory T8639_api']) test('T8628', when(arch('powerpc64') or arch('powerpc64le'), expect_broken(11259)), - makefile_test, ['T8628']) + run_command, + ['$MAKE -s --no-print-directory T8628']) test('T9595', extra_run_opts('"' + config.libdir + '"'), compile_and_run, ['-package ghc']) |