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, 0 insertions, 20 deletions
diff --git a/testsuite/tests/dph/quickhull/dph-quickhull.T b/testsuite/tests/dph/quickhull/dph-quickhull.T
deleted file mode 100644
index 7d8cf322ab..0000000000
--- a/testsuite/tests/dph/quickhull/dph-quickhull.T
+++ /dev/null
@@ -1,20 +0,0 @@
-
-test ('dph-quickhull-copy-fast'
- , [ outputdir('copy-fast')
- , reqlib('dph-lifted-copy')
- , reqlib('dph-prim-par')
- , only_ways(['normal', 'threaded1', 'threaded2']) ]
- , multimod_compile_and_run
- , [ 'Main'
- , '-O0 -fno-vectorisation-avoidance -package dph-lifted-copy -package dph-prim-par'])
-
-
-test ('dph-quickhull-vseg-fast'
- , [ outputdir('vseg-fast')
- , reqlib('dph-lifted-vseg')
- , reqlib('dph-prim-par')
- , only_ways(['normal', 'threaded1', 'threaded2']) ]
- , multimod_compile_and_run
- , [ 'Main'
- , '-O0 -package dph-lifted-vseg -package dph-prim-par'])
-