lean4-htt/examples/test.sh
2021-07-28 09:10:14 -04:00

29 lines
263 B
Bash

echo 'testing init'
cd init
./test.sh
cd ..
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 git'
cd git
./test.sh
cd ..
echo 'testing ext'
cd ext
./test.sh
cd ..