lean4-htt/tests/plugin/test_single.sh
2022-12-30 12:45:30 +01:00

7 lines
185 B
Bash
Executable file

#!/usr/bin/env bash
source ../common.sh
compile_lean_c_backend -shared -o "${f%.lean}.so"
expected_ret=1
exec_check lean -Dlinter.all=false --plugin="${f%.lean}.so" "$f"
diff_produced