diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-20 22:54:48 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:06:31 -0500 |
commit | bdb559a60a18318b6130f399f158739118237f9b (patch) | |
tree | aafe513748a41ef8d174cb88d211635fd8aecae0 /testsuite/tests/plugins | |
parent | 172a59335fa6c76b17fb6795e87fbc7fcfd198e6 (diff) | |
download | haskell-bdb559a60a18318b6130f399f158739118237f9b.tar.gz |
testsuite: Introduce makefile_test
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r-- | testsuite/tests/plugins/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 30b8fd6b2b..7a5be6593c 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -214,4 +214,4 @@ test('T16104', [extra_files(['T16104-plugin/']), pre_cmd('$MAKE -s --no-print-directory -C T16104-plugin package.T16104-plugin TOP={top}') ], - run_command, ['$MAKE -s --no-print-directory T16104']) + makefile_test, []) |