]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_set_port.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_set_port.c
index 48129def9f0affe0fdf5ea4e9a0ad23325da0f3e..ca3a2f38c47cdecb79b71364f4ff05520a02664d 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include "execute_tests.h"
 #include "test_cases_destroy.h"
 #include "../common/containers.h"
@@ -150,6 +154,8 @@ static bool test_set_port_03(void) {
 
        meshlink_close(mesh_handle);
        meshlink_destroy("getportconf");
+
+       return false;
 }