diff options
Diffstat (limited to 'testsuite/tests/dph/sumnats/dph-sumnats.T')
-rw-r--r-- | testsuite/tests/dph/sumnats/dph-sumnats.T | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/dph/sumnats/dph-sumnats.T b/testsuite/tests/dph/sumnats/dph-sumnats.T new file mode 100644 index 0000000000..f84757c5d7 --- /dev/null +++ b/testsuite/tests/dph/sumnats/dph-sumnats.T @@ -0,0 +1,10 @@ + +test ('dph-sumnats' + , [ reqlib('dph-par') + , reqlib('dph-prim-par') + , only_ways(['normal', 'threaded1', 'threaded2']) ] + , multimod_compile_and_run + , [ 'Main' + , '-Odph -fdph-par']) + + |