]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Enable DEBUG_SMARTLIST in unit tests
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 3 Jun 2018 11:33:31 +0000 (14:33 +0300)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 11:49:41 +0000 (07:49 -0400)
src/test/test.h

index 3095d54e3392406ec1e40ac7fa584afcd76d1c49..63b2b30746bd62c64e7d605b1a680bec0d86ec0f 100644 (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