This commit is contained in:
elvis
2022-04-24 15:38:30 +02:00
parent 19978f221f
commit d38c4688bb
3 changed files with 17 additions and 16 deletions

View File

@ -99,7 +99,7 @@ print-%: ; @echo $* = $($*)
test1: all
@echo "[threadpool]\n\nquantity = 1\npending = 10\n\n[files]\n\nMaxFiles = 10000\nMaxSize = 128000\n\n[log]\n\nlogFile = ./logs/l.log\n\n[socket]\n\nname = ./socket\nbacklog = 100\n" > build/confix.txt
valgrind --leak-check=full ./server &
valgrind --leak-check=full --track-origins=yes $(BUILD_DIR)/server &
bash scripts/test1.sh
pkill -1 memcheck-amd64