Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to zig 0.11.0-dev.2317+46b2f1f70 #6

Merged
merged 2 commits into from
Apr 4, 2023
Merged

Port to zig 0.11.0-dev.2317+46b2f1f70 #6

merged 2 commits into from
Apr 4, 2023

Conversation

tomasz-lisowski
Copy link
Contributor

No description provided.

@gernest
Copy link
Owner

gernest commented Apr 3, 2023

@tomasz-lisowski Thanks , I tested this. zig build works, however zig build test only builds the test binary and never executes it. Can you update build.zig with

 test_step.dependOn(&main_tests.run().step);

Instead of

test_step.dependOn(&main_tests.step);

@gernest
Copy link
Owner

gernest commented Apr 4, 2023

awesome

@gernest gernest merged commit 0414979 into gernest:master Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants