Test Runner #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
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.