Loading src/test/test.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/test/test.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading