2004-04-23 11:58:43 +01:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Test conform ce stuff.
|
|
|
|
#
|
2004-04-23 13:59:25 +01:00
|
|
|
./scyther -r6 $* ../spdl/bkepk-ce.spdl
|
|
|
|
./scyther -r7 $* ../spdl/bkepk-ce.spdl | tail -n 1
|
|
|
|
./scyther -r8 $* ../spdl/bkepk-ce.spdl | tail -n 1
|
|
|
|
./scyther -r7 $* ../spdl/bkepk-ce2.spdl | tail -n 1
|
|
|
|
./scyther -r8 $* ../spdl/bkepk-ce2.spdl | tail -n 1
|
|
|
|
./scyther -r9 $* ../spdl/bkepk-ce2.spdl | tail -n 1
|