lean4-htt/tests/compiler/test_single.sh
Sebastian Ullrich 053d4bab1c chore: factor out and unify common test behavior; retrieve lean from PATH
`./test_single.sh foo.lean yes` is now `./test_single.sh -i foo.lean`
2020-05-14 14:38:52 +02:00

6 lines
90 B
Bash
Executable file

#!/usr/bin/env bash
source ../common.sh
compile_lean
exec_check "./$f.out"
diff_produced