X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/189a2e19b85a81ae6aa71be3635fc6c1fa0bfeca..25e37c946dfa92e9a3676a022177afef06588a01:/test/Makefile diff --git a/test/Makefile b/test/Makefile index 1ae8ddc..9e9ad9f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,11 +1,11 @@ -LOCAL_CFLAGS = -std=c++98 -Wall -pedantic -isystem include +LOCAL_CFLAGS = -std=c++98 -Wall -pedantic -Iinclude LOCAL_LDFLAGS = -lboost_unit_test_framework TESTPRG = test_suite TESTCMD = ./$(TESTPRG) --detect_memory_leak=1 --report_level=short \ -# --build_info=yes --log_level=test_suite \ -# | grep -v "Entering test case " | grep -v "Leaving test case" + #--build_info=yes --log_level=test_suite \ + #| grep -v "Entering test case " | grep -v "Leaving test case" VALGRIND = valgrind --tool=memcheck --leak-check=yes --db-attach=no \ --num-callers=24 --leak-resolution=high --track-fds=yes \