first commit

This commit is contained in:
2022-09-09 18:40:34 +06:00
commit 990af1d10c
14 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
source cbuild/init.sh
print "${CYAN}==============[valgrind]==============\n"
cd $OUTDIR
valgrind $VALGRIND_ARGS ./$EXEC_FILE
cat "valgrind.log"
cd ..