summaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter/test-conformance-run
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clutter/clutter/test-conformance-run')
-rw-r--r--recipes/clutter/clutter/test-conformance-run8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/clutter/clutter/test-conformance-run b/recipes/clutter/clutter/test-conformance-run
new file mode 100644
index 0000000000..7efd896050
--- /dev/null
+++ b/recipes/clutter/clutter/test-conformance-run
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Simple script to run all conformance tests.
+# Works around abortion on crash
+for i in `test-conformance -l` ; do
+ test-conformance $@ -p $i
+done
+