lean4-htt/tests/lean/test_single.sh
Sebastian Ullrich 1f80b3ffbe
feat: module system is no longer experimental (#11637)
This PR declares the module system as no longer experimental and makes
the `experimental.module` option a no-op, to be removed.
2025-12-12 21:20:26 +00:00

8 lines
301 B
Bash
Executable file

#!/usr/bin/env bash
source ../common.sh
# these tests don't have to succeed
# `--root` to infer same private names as in the server
# Elab.inServer to allow for arbitrary `#eval`
exec_capture lean --root=.. -DprintMessageEndPos=true -Dlinter.all=false -DElab.inServer=true "$f" || true
diff_produced