blob: aa10c831d5f449b953424667603f40c2ccbb23d9 (
plain)
1
2
3
4
5
6
7
8
9
|
test ('dph-classes-vseg-fast'
, [ expect_fail
, extra_clean(['Main.o', 'Main.hi', 'DefsVect.hi', 'DefsVect.o'])
, reqlib('dph-lifted-vseg')
, reqlib('dph-prim-par')
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
, [ 'Main'
, '-O -fno-enable-rewrite-rules -package dph-lifted-vseg'])
|