wwtest: native package-test coordinator
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.
This commit is contained in:
5
test/package/cases/assert_failure/assert_failure_test.ww
Normal file
5
test/package/cases/assert_failure/assert_failure_test.ww
Normal file
@@ -0,0 +1,5 @@
|
||||
package assert_failure_test;
|
||||
|
||||
@test fn assertion_failure() void = {
|
||||
assert(false, "synthetic assertion failure");
|
||||
};
|
||||
Reference in New Issue
Block a user