summaryrefslogtreecommitdiff
path: root/testsuite/tests/cpranal/should_compile/all.T
blob: 2ec0a84e9aa85601aafd17e070110b3138db3efd (plain)
1
2
3
4
5
6
7
8
9
10
# Just do the opt way...
def f( name, 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'])