I want to run tests. But I get this error: ``` Users/tymbaca/code/zig/aoc/aoc2024/src/day3/main.zig:2:21: error: no module named 'lib' available within module test ``` I have "lib" import in my build.zig. How can I make so the extension will use build.zig to run that tests?