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

setTestOpts(f)

test('Cpr001', [], multimod_compile, ['Cpr001', '-v0'])