Documentation
¶
Overview ¶
conformance runs the official Lua 5.4 test suite against the luapure engine and reports per-file status — the project's conformance oracle.
go run ./cmd/conformance # run, print table + summary go run ./cmd/conformance -dir DIR # custom suite dir go run ./cmd/conformance -timeout 10s # per-file timeout go run ./cmd/conformance -v # show error detail per file
Each file runs in its own child process so a non-terminating test is killed cleanly without starving the rest of the suite.
Click to show internal directories.
Click to hide internal directories.