diff options
Diffstat (limited to 'testsuite/tests/cpranal/should_run/all.T')
-rw-r--r-- | testsuite/tests/cpranal/should_run/all.T | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/cpranal/should_run/all.T b/testsuite/tests/cpranal/should_run/all.T new file mode 100644 index 0000000000..bcbd34e70c --- /dev/null +++ b/testsuite/tests/cpranal/should_run/all.T @@ -0,0 +1,7 @@ +# Just do the opt way... +def f( name, opts ): + opts.only_ways = ['optasm'] + +setTestOpts(f) + +test('CPRRepeat', normal, compile_and_run, ['']) |