raw: Modify tests messages & structure
[swifty.git] / src / raw / test / test.h
index 1de3cb1..a830632 100644 (file)
@@ -54,6 +54,10 @@ extern "C" {
                fflush(stdout);                                 \
        } while (0)
 
+#define start_suite()                  \
+       do {                                            \
+                       printf("\n==== Starting %s ====\n", __FUNCTION__); \
+       } while (0)
 #ifdef __cplusplus
 }
 #endif