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

test('ghciprog004', [], run_command,
     ['$MAKE -s --no-print-directory ghciprog004'])