diff options
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']) |