]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - test/unit/lwip_unittests.c
fixed unit tests (one TCP test failed, removed comma at the end of array initializers)
[pes-rpp/rpp-lwip.git] / test / unit / lwip_unittests.c
index e09314646022dcb231af0637abaa42f11ec29b8b..72d7e6e321f05c40138ee6f5ea2759bb26b92c8a 100644 (file)
@@ -19,7 +19,7 @@ int main()
     tcp_suite,
     tcp_oos_suite,
     mem_suite,
-    etharp_suite,
+    etharp_suite
   };
   size_t num = sizeof(suites)/sizeof(void*);
   LWIP_ASSERT("No suites defined", num > 0);