summaryrefslogtreecommitdiff
path: root/testsuite/tests/cpranal/should_compile/all.T
blob: 99ffed997fe8b57e2e7a7ee58d06445e62216fd0 (plain)
1
2
3
4
5
6
7
8
9
10
# Just do the opt way...
def f( opts ):
  opts.only_ways = ['optasm']

setTestOpts(f)

test('Cpr001',
     extra_clean(['Cpr001_imp.hi', 'Cpr001_imp.o', 'Cpr001_imp.comp.stderr']),
     multimod_compile,
     ['Cpr001', '-v0'])