2024-12-01 20:10:22 -08:00

4 lines
84 B
Bash
Executable File

#!/bin/bash
find . -name "*.zig" -exec sh -c "echo \"Testing {}\"; zig test {}" \;