some fixes

This commit is contained in:
2022-04-18 13:50:33 +03:00
parent 354e6abaea
commit 1d7beebf6c
5 changed files with 62 additions and 23 deletions

View File

@@ -31,12 +31,12 @@ build_test_dbg: clear_c clear_bin
test: build_test
@echo -e '\n\e[96m----------------[test]-----------------\e[0m'
$(TEST_FILE)
$(OUTDIR)/$(TEST_FILE)
valgrind: build_test_dbg
@echo -e '\n\e[96m--------------[valgrind]---------------\e[0m'
valgrind -s --read-var-info=yes --track-origins=yes --fullpath-after=kerep/ \
--leak-check=full --show-leak-kinds=all $(TEST_FILE).dbg
--leak-check=full --show-leak-kinds=all $(OUTDIR)/$(TEST_FILE).dbg
LIB_FILE=kerep.so
LIB_ARGS=$(OPT_ARGS) $(WARN_ARGS)\