This PR adjusts the test scripts and adds a simple test-only lakefile so that `experimental.module` is set both when editing and running tests.
6 lines
194 B
Bash
Executable file
6 lines
194 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 "$f" || true
|
|
diff_produced
|