lean4-htt/examples/precompile/test.sh

7 lines
106 B
Bash
Executable file

set -ex
LAKE=${LAKE:-../../build/bin/lake}
./clean.sh
$LAKE -d bar build # tests #83
$LAKE -d foo build