Test Runner #11

Open
opened 2026-03-23 10:31:18 -06:00 by sfrembling · 0 comments
Owner

Add a pallet test subcommand. Any .c file found in a tests/ directory is compiled as a standalone binary and executed. A non-zero exit code is treated as a test failure. No external framework required — tests pass or fail purely by their return value, consistent with standard C conventions.

Add a pallet test subcommand. Any .c file found in a tests/ directory is compiled as a standalone binary and executed. A non-zero exit code is treated as a test failure. No external framework required — tests pass or fail purely by their return value, consistent with standard C conventions.
sfrembling added the enhancement label 2026-03-23 10:32:34 -06:00
sfrembling added this to the v1.1.0 milestone 2026-03-23 11:40:52 -06:00
sfrembling removed the enhancement label 2026-03-23 11:54:56 -06:00
sfrembling added the enhancement label 2026-03-23 12:53:59 -06:00
sfrembling modified the milestone from v1.1.0 to Backlog 2026-03-23 16:34:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sfrembling/pallet#11