summaryrefslogtreecommitdiff
path: root/testsuite/tests/cpranal/should_compile/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/cpranal/should_compile/all.T')
-rw-r--r--testsuite/tests/cpranal/should_compile/all.T10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/cpranal/should_compile/all.T b/testsuite/tests/cpranal/should_compile/all.T
new file mode 100644
index 0000000000..99ffed997f
--- /dev/null
+++ b/testsuite/tests/cpranal/should_compile/all.T
@@ -0,0 +1,10 @@
+# Just do the opt way...
+def f( opts ):
+ opts.only_ways = ['optasm']
+
+setTestOpts(f)
+
+test('Cpr001',
+ extra_clean(['Cpr001_imp.hi', 'Cpr001_imp.o', 'Cpr001_imp.comp.stderr']),
+ multimod_compile,
+ ['Cpr001', '-v0'])