summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_compile/th/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_compile/th/all.T')
-rw-r--r--testsuite/tests/annotations/should_compile/th/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/annotations/should_compile/th/all.T b/testsuite/tests/annotations/should_compile/th/all.T
index 368959b906..6975b8de01 100644
--- a/testsuite/tests/annotations/should_compile/th/all.T
+++ b/testsuite/tests/annotations/should_compile/th/all.T
@@ -6,9 +6,9 @@
test('annth_make',
[extra_files(['AnnHelper.hs', 'TestModule.hs', 'TestModuleTH.hs', 'annth.hs']),
req_interp, omit_ways(prof_ways), unless(have_dynamic(), skip)],
- run_command, ['$MAKE -s --no-print-directory annth_make'])
+ makefile_test, ['annth_make'])
test('annth_compunits',
[extra_files(['AnnHelper.hs', 'TestModule.hs', 'TestModuleTH.hs', 'annth.hs']),
req_interp, omit_ways(prof_ways), unless(have_dynamic(), skip)],
- run_command, ['$MAKE -s --no-print-directory annth_compunits'])
+ makefile_test, ['annth_compunits'])