diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:05:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:05:19 -0500 |
commit | 172a59335fa6c76b17fb6795e87fbc7fcfd198e6 (patch) | |
tree | 6e5e940cb2c6ae9110807fa0d637a280c63b4220 /testsuite/tests/layout | |
parent | 76c8fd674435a652c75a96c85abbf26f1f221876 (diff) | |
download | haskell-172a59335fa6c76b17fb6795e87fbc7fcfd198e6.tar.gz |
Revert "Batch merge"
This reverts commit 76c8fd674435a652c75a96c85abbf26f1f221876.
Diffstat (limited to 'testsuite/tests/layout')
-rw-r--r-- | testsuite/tests/layout/all.T | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/testsuite/tests/layout/all.T b/testsuite/tests/layout/all.T index 8826bf9f7b..cde69bfa1b 100644 --- a/testsuite/tests/layout/all.T +++ b/testsuite/tests/layout/all.T @@ -1,18 +1,19 @@ -test('layout001', [], makefile_test, ['layout001']) +test('layout001', [], run_command, ['$MAKE -s --no-print-directory layout001']) -test('layout002', [], makefile_test, ['layout002']) +test('layout002', [], run_command, ['$MAKE -s --no-print-directory layout002']) -test('layout003', [], makefile_test, ['layout003']) +test('layout003', [], run_command, ['$MAKE -s --no-print-directory layout003']) -test('layout004', [], makefile_test, ['layout004']) +test('layout004', [], run_command, ['$MAKE -s --no-print-directory layout004']) -test('layout005', [], makefile_test, ['layout005']) +test('layout005', [], run_command, ['$MAKE -s --no-print-directory layout005']) -test('layout006', [], makefile_test, ['layout006']) +test('layout006', [], run_command, ['$MAKE -s --no-print-directory layout006']) -test('layout007', [req_interp], makefile_test, ['layout007']) +test('layout007', [req_interp], run_command, + ['$MAKE -s --no-print-directory layout007']) -test('layout008', [], makefile_test, ['layout008']) +test('layout008', [], run_command, ['$MAKE -s --no-print-directory layout008']) -test('layout009', [], makefile_test, ['layout009']) +test('layout009', [], run_command, ['$MAKE -s --no-print-directory layout009']) |