test: cover directory package test graphs

This commit is contained in:
2026-08-12 03:46:58 +09:00
parent 9862f0c05f
commit 7d25ad9f9f
5 changed files with 651 additions and 7 deletions

View File

@@ -4,4 +4,5 @@ import routing;
@test fn external_package() void = {
assert(routing.value() == 7);
assert(routing.secondvalue() == 9);
};