cpp-qt5-client: add valgrind memory test (#3663)

This commit is contained in:
Martin Delille
2019-08-23 14:23:47 +02:00
committed by sunn
parent d64ec14ab4
commit 1fc03c88b2
3 changed files with 39 additions and 3 deletions

View File

@@ -26,3 +26,6 @@ SOURCES += main.cpp \
HEADERS += PetApiTests.h \
StoreApiTests.h \
UserApiTests.h
# Disable optimisation for better valgrind report
QMAKE_CXXFLAGS_DEBUG += -O0