]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - test/unit/core/test_mem.c
fixed unit tests (one TCP test failed, removed comma at the end of array initializers)
[pes-rpp/rpp-lwip.git] / test / unit / core / test_mem.c
index 85f914ed7e27ba4f8cdbe09510d7c1878b91106a..d3a5d540da5503a2bc1f152eb77c9c8449cc1b81 100644 (file)
@@ -7,7 +7,7 @@
 #error "This tests needs MEM-statistics enabled"
 #endif
 #if LWIP_DNS
-/*#error "This test needs DNS turned off (as it mallocs on init)"*/
+#error "This test needs DNS turned off (as it mallocs on init)"
 #endif
 
 /* Setups/teardown functions */
@@ -67,7 +67,7 @@ Suite *
 mem_suite(void)
 {
   TFun tests[] = {
-    test_mem_one,
+    test_mem_one
   };
   return create_suite("MEM", tests, sizeof(tests)/sizeof(TFun), mem_setup, mem_teardown);
 }