diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-09-04 12:13:54 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-09-04 13:02:04 +0200 |
commit | f8b139fd11611694aed0bbf8e4ee009ae91ef566 (patch) | |
tree | 9609b3ca5bff29856fb7d4fef7ec42133c1526d7 /testsuite/tests/plugins/all.T | |
parent | 57aa6bb044a3eb46f485e703bcd3b4441959958a (diff) | |
download | haskell-f8b139fd11611694aed0bbf8e4ee009ae91ef566.tar.gz |
test #12567: add new testcase with expected plugin behaviour
Diffstat (limited to 'testsuite/tests/plugins/all.T')
-rw-r--r-- | testsuite/tests/plugins/all.T | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index f165c4a402..cca03bc917 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -70,3 +70,9 @@ test('T11244', clean_cmd('$MAKE -s --no-print-directory -C rule-defining-plugin clean.T11244')], run_command, ['$MAKE -s --no-print-directory T11244']) + +test('T12567a', + [pre_cmd('$MAKE -s --no-print-directory -C simple-plugin package.T12567a TOP={top}'), + clean_cmd('$MAKE -s --no-print-directory -C simple-plugin clean.T12567a')], + run_command, + ['$MAKE -s --no-print-directory T12567a']) |