Commit simple script to run regression tests: src/examples/test-*.rla.
This commit is contained in:
parent
314e167e6e
commit
9f351abd86
|
|
@ -0,0 +1,5 @@
|
||||||
|
#! /bin/sh
|
||||||
|
for a in src/examples/test-*.rla; do
|
||||||
|
echo -n "$a: ";
|
||||||
|
./rosella "$a";
|
||||||
|
done
|
||||||
Loading…
Reference in New Issue