mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
Also refactor util.sh in the process, so test scripts become easier to write (inspired in part by lake's test suite).
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export ${TEST_VARS}
|
|
source "$TEST_DIR/util.sh"
|