lean4-htt/examples/test.sh
2021-07-10 12:36:13 -04:00

14 lines
132 B
Bash

echo 'testing hello'
cd hello
./test.sh
cd ..
echo 'testing io'
cd io
./test.sh
cd ..
echo 'testing deps'
cd deps
./test.sh
cd ..