raw: Modify tests messages & structure
[swifty.git] / src / raw / test / test_sw_getsockopt.c
index e727802..bce215c 100644 (file)
@@ -5,7 +5,15 @@
 #include "test_sw.h"
 #include "test.h"
 
-void getsockopt_dummy(void)
+static void getsockopt_dummy(void);
+
+void getsockopt_test_suite(void)
+{
+       start_suite();
+       getsockopt_dummy();
+}
+
+static void getsockopt_dummy(void)
 {
        test(1 == 1);
 }