summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-30 10:05:19 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-30 10:05:19 -0500
commit172a59335fa6c76b17fb6795e87fbc7fcfd198e6 (patch)
tree6e5e940cb2c6ae9110807fa0d637a280c63b4220 /testsuite/tests/hsc2hs
parent76c8fd674435a652c75a96c85abbf26f1f221876 (diff)
downloadhaskell-172a59335fa6c76b17fb6795e87fbc7fcfd198e6.tar.gz
Revert "Batch merge"
This reverts commit 76c8fd674435a652c75a96c85abbf26f1f221876.
Diffstat (limited to 'testsuite/tests/hsc2hs')
-rw-r--r--testsuite/tests/hsc2hs/all.T21
1 files changed, 11 insertions, 10 deletions
diff --git a/testsuite/tests/hsc2hs/all.T b/testsuite/tests/hsc2hs/all.T
index ab67d012ee..d42f38589f 100644
--- a/testsuite/tests/hsc2hs/all.T
+++ b/testsuite/tests/hsc2hs/all.T
@@ -1,22 +1,23 @@
-test('hsc2hs001', [], makefile_test, [])
+test('hsc2hs001', [], run_command, ['$MAKE -s --no-print-directory hsc2hs001'])
-test('hsc2hs002', [], makefile_test, [])
+test('hsc2hs002', [], run_command, ['$MAKE -s --no-print-directory hsc2hs002'])
-test('hsc2hs003', [], makefile_test, [])
+test('hsc2hs003', [], run_command, ['$MAKE -s --no-print-directory hsc2hs003'])
-test('hsc2hs004', [], makefile_test, [])
+test('hsc2hs004', [], run_command, ['$MAKE -s --no-print-directory hsc2hs004'])
-test('T3837', [], makefile_test, [])
+test('T3837', [], run_command, ['$MAKE -s --no-print-directory T3837'])
-test('T4340', [], makefile_test, [])
+test('T4340', [], run_command, ['$MAKE -s --no-print-directory T4340'])
-test('T10272', [], makefile_test, [])
+test('T10272', [], run_command, ['$MAKE -s --no-print-directory T10272'])
-test('T11004', [], makefile_test, [])
+test('T11004', [], run_command, ['$MAKE -s --no-print-directory T11004'])
-test('T12504', [extra_files(['T12504']), ignore_stdout], makefile_test, [])
+test('T12504', [extra_files(['T12504']), ignore_stdout], run_command,
+ ['$MAKE -s --no-print-directory T12504'])
# Make sure response files are read and used.
-test('T15758', [], makefile_test, [])
+test('T15758', [], run_command, ['$MAKE -s --no-print-directory T15758'])