Skip to content

test: add integration tests and expand examples#24

Merged
darthfork merged 1 commit intomainfrom
abhishek/issue-13-14-tests-examples
May 7, 2026
Merged

test: add integration tests and expand examples#24
darthfork merged 1 commit intomainfrom
abhishek/issue-13-14-tests-examples

Conversation

@darthfork
Copy link
Copy Markdown
Owner

Summary

  • add a dedicated tests/ tree with integration coverage for zig_binary, zig_library, and zig_test
  • add test-only Starlark smoke helpers for executable/build verification
  • add multi-package and Bzlmod consumer examples
  • pass the selected exec-platform Zig target explicitly to build/test actions, fixing fresh macOS Zig links

Closes #13
Closes #14

Test Plan

  • bazel test //...
  • bazel build //examples/...

@darthfork darthfork merged commit beeb403 into main May 7, 2026
7 of 8 checks passed
@darthfork darthfork deleted the abhishek/issue-13-14-tests-examples branch May 7, 2026 19:10
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.

Expand examples beyond hello world Add a real tests/ tree

1 participant