diff options
author | Ben Gamari <ben@well-typed.com> | 2019-01-30 01:06:12 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-01-30 01:06:12 -0500 |
commit | 76c8fd674435a652c75a96c85abbf26f1f221876 (patch) | |
tree | b02a6f5307a20efc25ddb27c58977069b48972b6 /testsuite/tests/showIface | |
parent | 7cdcd3e12a5c3a337e36fa80c64bd72e5ef79b24 (diff) | |
download | haskell-76c8fd674435a652c75a96c85abbf26f1f221876.tar.gz |
Batch merge
Diffstat (limited to 'testsuite/tests/showIface')
-rw-r--r-- | testsuite/tests/showIface/all.T | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testsuite/tests/showIface/all.T b/testsuite/tests/showIface/all.T index df5d5cd9ec..34550f696b 100644 --- a/testsuite/tests/showIface/all.T +++ b/testsuite/tests/showIface/all.T @@ -1,9 +1,7 @@ -test('Orphans', normal, run_command, ['$MAKE -s --no-print-directory Orphans']) +test('Orphans', normal, makefile_test, ['Orphans']) test('DocsInHiFile0', extra_files(['DocsInHiFile.hs']), - run_command, - ['$MAKE -s --no-print-directory DocsInHiFile0']) + makefile_test, ['DocsInHiFile0']) test('DocsInHiFile1', extra_files(['DocsInHiFile.hs']), - run_command, - ['$MAKE -s --no-print-directory DocsInHiFile1']) + makefile_test, ['DocsInHiFile1']) |