Add run scripts
[ctf-testsuite.git] / tests / 1.8 / run.sh
CommitLineData
33cfcaea
MD
1#!/bin/sh
2
3for dir in */; do
4 echo "Running ${dir} tests"
5 cd ${dir}
6 ./run.sh
7 cd ..
8done
This page took 0.031197 seconds and 4 git commands to generate.