lean4-htt/examples/test.sh
2021-07-24 09:08:43 -04:00

19 lines
175 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 ..
echo 'testing ext'
cd ext
./test.sh
cd ..