You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* first pass at linux+macos+wsl support
Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
* fix local cache and get_num_cpu use
Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
* add early exit when no tests
Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
---------
Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
Co-authored-by: Dave Grantham <dwg@linuxprogrammer.org>
Co-authored-by: Manu Sheel Gupta <manusheel.edu@gmail.com>
Note: The test framework uses `get_cpu_count()` from `lib/lib-host-os.sh` for cross-platform CPU detection (macOS uses `sysctl`, Linux/WSL uses `nproc`).
101
+
100
102
**snake_case** for:
101
103
- Local variables
102
104
- Function parameters
@@ -132,7 +134,7 @@ Use parameter expansion for defaults:
0 commit comments