4cec2e1af6469053dc811673316f7275423f30c5
[ctf-testsuite.git] / tests / 1.9 / run.sh
1 #!/bin/sh
2
3 echo "Running expected pass tests"
4 cd pass
5 ./run.sh
6 cd ..
7
8 echo "Running expected failure tests"
9 cd fail
10 ./run.sh
11 cd ..
This page took 0.03346 seconds and 3 git commands to generate.