Enable DEBUG_SMARTLIST in unit tests

This commit is contained in:
rl1987
2018-06-03 14:33:31 +03:00
committed by Nick Mathewson
parent 7bb3777dfb
commit 9054ccb36b
+2
View File
@@ -11,6 +11,8 @@
* \brief Macros and functions used by unit tests.
*/
#define DEBUG_SMARTLIST 1
#include "compat.h"
#include "tinytest.h"
#define TT_EXIT_TEST_FUNCTION STMT_BEGIN goto done; STMT_END