lean4-htt/tests/lean/run/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

4 lines
70 B
Bash
Executable file

#!/usr/bin/env bash
source ../../common.sh
exec_check lean -j 0 "$f"