Single-directory package-test planner: discovers *.ww, groups white-box and external <pkg>_test sources, composes the combined test package, builds it through the sibling ww driver, and runs it with the runtime's -package/-list/-timeout-ms contract. test/package holds its E2E corpus and the manual runtime fixture set.
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
package routing;
|
|
|
|
// Canonical test-only helper: no @test declaration in this file. Both
|
|
// same-package test files below share it through the single white-box build.
|
|
fn privatevalue() int = { return value() + 1; };
|