diff options
Diffstat (limited to 'testsuite/tests/backpack/cabal/T20509/all.T')
-rw-r--r-- | testsuite/tests/backpack/cabal/T20509/all.T | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/cabal/T20509/all.T b/testsuite/tests/backpack/cabal/T20509/all.T new file mode 100644 index 0000000000..d94879a8d7 --- /dev/null +++ b/testsuite/tests/backpack/cabal/T20509/all.T @@ -0,0 +1,10 @@ +if config.cleanup: + cleanup = 'CLEANUP=1' +else: + cleanup = 'CLEANUP=0' + +test('T20509', + [extra_files(['p', 'q', 'T20509.cabal', 'Setup.hs']), + run_timeout_multiplier(2)], + run_command, + ['$MAKE -s --no-print-directory T20509 ' + cleanup]) |