diff options
Diffstat (limited to 'testsuite/tests/ghci/prog004/prog004.T')
| -rw-r--r-- | testsuite/tests/ghci/prog004/prog004.T | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/prog004/prog004.T b/testsuite/tests/ghci/prog004/prog004.T new file mode 100644 index 0000000000..a67ebf35c8 --- /dev/null +++ b/testsuite/tests/ghci/prog004/prog004.T @@ -0,0 +1,11 @@ +setTestOpts(only_compiler_types(['ghc'])) + +def f(opts): + if not ('ghci' in config.run_ways): + opts.skip = 1 +setTestOpts(f) + +test('ghciprog004', + extra_clean(['ctest.c', 'ctest.o']), + run_command, + ['$MAKE -s --no-print-directory ghciprog004']) |
