Skip to content

test: add compiler, COFF, CLI coverage and CI workflow - #2

Merged
XaFF-XaFF merged 1 commit into
v0.2from
feat/tests
Jun 27, 2026
Merged

test: add compiler, COFF, CLI coverage and CI workflow#2
XaFF-XaFF merged 1 commit into
v0.2from
feat/tests

Conversation

@wr0belj

@wr0belj wr0belj commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Adds layered test coverage for shellcode generation, COFF output, CLI behavior, negative compiler cases, debug maps, parser/codegen units, and OPSEC determinism.

@github-actions

Copy link
Copy Markdown

Test summary

Suite Command Result
entropykit unit tests cargo test -p entropykit --bin entc PASS
shellcode goldens cargo test -p entropykit --test shellcode_golden PASS
COFF smoke tests cargo test -p entropykit --test coff_smoke PASS
CLI smoke tests cargo test -p entropykit --test cli_smoke PASS
negative compiler tests cargo test -p entropykit --test typecheck_negative PASS
debug map golden cargo test -p entropykit --test debug_map_golden PASS
BOF loader tests cargo test -p bof-loader PASS
remaining workspace crates cargo test --workspace --exclude entropykit --exclude bof-loader PASS

Result: all test suites passed.

@XaFF-XaFF
XaFF-XaFF merged commit f3f3f1a into v0.2 Jun 27, 2026
1 check passed
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