Update KB20 C90 <-> C++20 parity test + fixes #15
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?
A couple important fixes + a refactor for the test script.
- Add directory change flag to make command, rendering build/clean_in_dir functions defunct - Remove redundant functions - Add parallel build support for make commands - Migrate wholly away from simple POSIX shell support and embrace bash - declare local arrays with -a - allow argument defaulting using '{:-}' syntax - safer read from stdin