summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplStg/should_run/all.T
blob: b24da84ef277e65b0e0d4f14f8a5ded8284e9ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Args to compile_and_run are:
#	extra compile flags
#	extra run flags
#	expected process return value, if not zero

# Only compile with optimisation
def f( name, opts ):
  opts.only_ways = ['optasm']

setTestOpts(f)

test('T9291', normal, compile_and_run, [''])
test('T13536', normal, compile_and_run, [''])