summaryrefslogtreecommitdiff
path: root/testsuite/tests/showIface/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/showIface/all.T')
-rw-r--r--testsuite/tests/showIface/all.T8
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'])