raw: Modify tests messages & structure
[swifty.git] / src / raw / test / test_sw_sendto.c
index 97f8d29..2204d34 100644 (file)
@@ -5,7 +5,15 @@
 #include "test_sw.h"
 #include "test.h"
 
-void sendto_dummy(void)
+static void sendto_dummy(void);
+
+void sendto_test_suite(void)
+{
+       start_suite();
+       sendto_dummy();
+}
+
+static void sendto_dummy(void)
 {
        test(1 == 1);
 }