aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter/test-conformance-run
blob: 7efd896050a076269c53a8df32675149b703bcb5 (plain)
1
2
3
4
5
6
7
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