mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
8 lines
97 B
Bash
8 lines
97 B
Bash
TEST_ARGS=( 15 )
|
|
|
|
if [[ -n $TEST_BENCH ]]; then
|
|
TEST_ARGS=( 23 )
|
|
fi
|
|
|
|
set_stack_size_to_maximum
|