You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example of how lazy analysis means you have to reference a declaration for it to get analyzed. so tests are pretty useful. you'll also need to sometimes do comptime { _ = @import("foo.zig"); } to find tests from other files
extracted from #367
comptime { _ = @import("foo.zig"); }
to find tests from other files--test-filter
--test-name-prefix
testing in releasefast and releasesafe mode. use assertOrPanic. std.debug.assert should not be special-cased in test mode #1304The text was updated successfully, but these errors were encountered: