Commit 9054ccb3 authored by rl1987's avatar rl1987 Committed by Nick Mathewson
Browse files

Enable DEBUG_SMARTLIST in unit tests

parent 7bb3777d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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