diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-06-03 14:33:31 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 07:49:41 -0400 |
commit | 9054ccb36b9b4bedf5991b00a4a8bfedb28c64f0 (patch) | |
tree | 583e0dbe92fda9d4592abae0cf35cc7f9d236a93 | |
parent | 7bb3777dfbfe796fa4e430b18fd2ddfbba85b743 (diff) | |
download | tor-9054ccb36b9b4bedf5991b00a4a8bfedb28c64f0.tar.gz tor-9054ccb36b9b4bedf5991b00a4a8bfedb28c64f0.zip |
Enable DEBUG_SMARTLIST in unit tests
-rw-r--r-- | src/test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h index 3095d54e33..63b2b30746 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 |