test(cli): add cross-impl parity tests for C90 & C++20 kb20 refs #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/cli/c-parity/sh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Introduces a shell-based parity test that cross-checks the C90 reference (src/c/kb20-c90ref) and the new C++20 reference (src/cpp/kb20-cpp20ref).
Coverage
Why
Ensures on-wire compatibility and guards against regressions between the C and C++ implementations.
Usage