lean4-htt/tests/bench/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
107 B
Bash
Executable file

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