Disabled use of valgrind memcheck during daemon regression tests

This commit is contained in:
Andrea Bondavalli 2020-06-04 09:23:59 -07:00
parent 371090e7b9
commit 8f09eec36c

View File

@ -34,7 +34,7 @@
#include <boost/test/unit_test.hpp>
#if ! (defined (__arm__) || defined (__arm64__))
#define _MEMORY_CHECK_
//#define _MEMORY_CHECK_
#endif
constexpr static const char g_daemon_address[] = "127.0.0.1";