]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_join.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_join.c
index e91c163c799812ac1cd9486116f613d77812f31b..56866fe52a7e15e8958a3e9040270b1803cb63f2 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include "execute_tests.h"
 #include "test_cases_join.h"
 #include "../common/containers.h"
@@ -39,8 +43,6 @@ static void test_case_meshlink_join_02(void **state);
 static bool test_meshlink_join_02(void);
 static void test_case_meshlink_join_03(void **state);
 static bool test_meshlink_join_03(void);
-static void test_case_meshlink_join_04(void **state);
-static bool test_meshlink_join_04(void);
 
 /* State structure for join Test Case #1 */
 static black_box_state_t test_case_join_01_state = {