summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog004/prog004.T
blob: 74ec8ded1f9d2867a170dbe59b4809f4af9e3605 (plain)
1
2
3
4
5
6
def f(name, opts):
    if not ('ghci' in config.run_ways):
        opts.skip = 1
setTestOpts(f)

test('ghciprog004', [], makefile_test, ['ghciprog004'])