delete tests

This commit is contained in:
Roman Volovoy
2026-06-03 18:06:03 +02:00
parent 992287bc1f
commit 0c0d70e44a

View File

@@ -2,6 +2,11 @@ cc-clean(){
rm -rf ./**/*.out 2>/dev/null
}
cc-delete-tests(){
rm -rf ./**/*.test.c
}
cc-run(){
local file
if [ -z "$1" ]; then