lean4-htt/tests/lean/test_single.sh
Paul Reichert 1efefc25a5
fix: expose Int* definitions for simprocs and decide (fixes #10546) (#10631)
This PR exposes the definitions about `Int*`. The main reason is that
the `SInt` simprocs require many of them to be exposed. Furthermore,
`decide` now works with `Int*` operations. This fixes #10631.
2025-10-01 15:53:02 +00:00

6 lines
215 B
Bash
Executable file

#!/usr/bin/env bash
source ../common.sh
# these tests don't have to succeed
exec_capture lean -DprintMessageEndPos=true -Dlinter.all=false -Dexperimental.module=true -DElab.inServer=true "$f" || true
diff_produced