summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/quickhull/dph-quickhull.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dph/quickhull/dph-quickhull.T')
-rw-r--r--testsuite/tests/dph/quickhull/dph-quickhull.T20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/tests/dph/quickhull/dph-quickhull.T b/testsuite/tests/dph/quickhull/dph-quickhull.T
new file mode 100644
index 0000000000..f1a1debe3f
--- /dev/null
+++ b/testsuite/tests/dph/quickhull/dph-quickhull.T
@@ -0,0 +1,20 @@
+
+test ('dph-quickhull-opt'
+ , [ alone
+ , skip_if_fast
+ , reqlib('dph-par')
+ , reqlib('dph-prim-par')
+ , only_ways(['normal', 'threaded1', 'threaded2']) ]
+ , multimod_compile_and_run
+ , [ 'Main'
+ , '-Odph -funfolding-use-threshold30 -fdph-par'])
+
+test ('dph-quickhull-fast'
+ , [ reqlib('dph-par')
+ , reqlib('dph-prim-par')
+ , only_ways(['normal', 'threaded1', 'threaded2']) ]
+ , multimod_compile_and_run
+ , [ 'Main'
+ , '-O -fno-enable-rewrite-rules -fdph-par'])
+
+