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
lib/init-exe, lib/init-lib: ensure tests runs again
After commit ede5dcf (make the build runner and test runner talk to each other),
the std.Build.addTest function no longer runs tests, but the build.zig
files in init-exe and init-lib where not updated.
Rename main_tests to lib_tests in init-lib, for consistency with the
exe_tests variable in init-exe.
Add a RunStep to exe_tests and lib_tests.
Remove an empty line in the addCliTests function in tests/tests.zig.
Closes#15009
0 commit comments