commit 9054ccb36b9b4bedf5991b00a4a8bfedb28c64f0 Author: rl1987 rl1987@sdf.lonestar.org Date: Sun Jun 3 14:33:31 2018 +0300
Enable DEBUG_SMARTLIST in unit tests --- src/test/test.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/test/test.h b/src/test/test.h index 3095d54e3..63b2b3074 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -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
tor-commits@lists.torproject.org