summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplStg/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplStg/should_run/all.T')
-rw-r--r--testsuite/tests/simplStg/should_run/all.T12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/simplStg/should_run/all.T b/testsuite/tests/simplStg/should_run/all.T
new file mode 100644
index 0000000000..3d4f4a3763
--- /dev/null
+++ b/testsuite/tests/simplStg/should_run/all.T
@@ -0,0 +1,12 @@
+# Args to compile_and_run are:
+# extra compile flags
+# extra run flags
+# expected process return value, if not zero
+
+# Only compile with optimisation
+def f( name, opts ):
+ opts.only_ways = ['optasm']
+
+setTestOpts(f)
+
+test('T9291', normal, compile_and_run, [''])