Index: uspace/app/bdsh/test/toktest.c
===================================================================
--- uspace/app/bdsh/test/toktest.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/app/bdsh/test/toktest.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -34,5 +34,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 #define MAX_TOKENS 32
Index: uspace/drv/bus/usb/xhci/test/reg-ops.c
===================================================================
--- uspace/drv/bus/usb/xhci/test/reg-ops.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/drv/bus/usb/xhci/test/reg-ops.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -2,5 +2,5 @@
 #include "../hw_struct/regs.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 static struct {
Index: uspace/lib/c/test/adt/circ_buf.c
===================================================================
--- uspace/lib/c/test/adt/circ_buf.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/adt/circ_buf.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(circ_buf);
Index: uspace/lib/c/test/fibril/timer.c
===================================================================
--- uspace/lib/c/test/fibril/timer.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/fibril/timer.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -31,5 +31,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(fibril_timer);
Index: uspace/lib/c/test/io/table.c
===================================================================
--- uspace/lib/c/test/io/table.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/io/table.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(table);
Index: uspace/lib/c/test/main.c
===================================================================
--- uspace/lib/c/test/main.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/main.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_IMPORT(circ_buf);
Index: uspace/lib/c/test/odict.c
===================================================================
--- uspace/lib/c/test/odict.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/odict.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -67,5 +67,5 @@
 }
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(odict);
Index: uspace/lib/c/test/qsort.c
===================================================================
--- uspace/lib/c/test/qsort.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/qsort.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -67,5 +67,5 @@
 }
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(qsort);
Index: uspace/lib/c/test/sprintf.c
===================================================================
--- uspace/lib/c/test/sprintf.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/sprintf.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -42,5 +42,5 @@
 	}
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(sprintf);
Index: uspace/lib/c/test/str.c
===================================================================
--- uspace/lib/c/test/str.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/c/test/str.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -38,5 +38,5 @@
 
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(str);
Index: uspace/lib/label/test/label.c
===================================================================
--- uspace/lib/label/test/label.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/label/test/label.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -33,5 +33,5 @@
 #include <stdlib.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(label);
Index: uspace/lib/label/test/main.c
===================================================================
--- uspace/lib/label/test/main.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/label/test/main.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -29,5 +29,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_IMPORT(label);
Index: uspace/lib/pcut/tests/abort.c
===================================================================
--- uspace/lib/pcut/tests/abort.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/abort.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include <stdlib.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(access_null_pointer) {
Index: uspace/lib/pcut/tests/asserts.c
===================================================================
--- uspace/lib/pcut/tests/asserts.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/asserts.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(int_equals) {
Index: uspace/lib/pcut/tests/beforeafter.c
===================================================================
--- uspace/lib/pcut/tests/beforeafter.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/beforeafter.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -42,5 +42,5 @@
 #endif
 
-PCUT_INIT
+PCUT_INIT;
 
 static char *buffer = NULL;
Index: uspace/lib/pcut/tests/errno.c
===================================================================
--- uspace/lib/pcut/tests/errno.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/errno.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -35,5 +35,5 @@
 #endif
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(errno_value) {
Index: uspace/lib/pcut/tests/inithook.c
===================================================================
--- uspace/lib/pcut/tests/inithook.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/inithook.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 static int init_counter = 0;
Index: uspace/lib/pcut/tests/manytests.c
===================================================================
--- uspace/lib/pcut/tests/manytests.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/manytests.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -34,5 +34,5 @@
  */
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(my_test_001) { }
Index: uspace/lib/pcut/tests/preinithook.c
===================================================================
--- uspace/lib/pcut/tests/preinithook.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/preinithook.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 static int init_counter = 1;
Index: uspace/lib/pcut/tests/printing.c
===================================================================
--- uspace/lib/pcut/tests/printing.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/printing.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -31,5 +31,5 @@
 #include <stdio.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(print_to_stdout) {
Index: uspace/lib/pcut/tests/simple.c
===================================================================
--- uspace/lib/pcut/tests/simple.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/simple.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(zero_exponent) {
Index: uspace/lib/pcut/tests/skip.c
===================================================================
--- uspace/lib/pcut/tests/skip.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/skip.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(normal_test) {
Index: uspace/lib/pcut/tests/suite1.c
===================================================================
--- uspace/lib/pcut/tests/suite1.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/suite1.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(intpow);
Index: uspace/lib/pcut/tests/suite2.c
===================================================================
--- uspace/lib/pcut/tests/suite2.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/suite2.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(intmin);
Index: uspace/lib/pcut/tests/suite_all.c
===================================================================
--- uspace/lib/pcut/tests/suite_all.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/suite_all.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -29,5 +29,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_IMPORT(intpow_suite);
Index: uspace/lib/pcut/tests/suites.c
===================================================================
--- uspace/lib/pcut/tests/suites.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/suites.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(intpow);
Index: uspace/lib/pcut/tests/teardown.c
===================================================================
--- uspace/lib/pcut/tests/teardown.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/teardown.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -31,5 +31,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 
Index: uspace/lib/pcut/tests/teardownaborts.c
===================================================================
--- uspace/lib/pcut/tests/teardownaborts.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/teardownaborts.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -31,5 +31,5 @@
 #include <stdlib.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_AFTER {
Index: uspace/lib/pcut/tests/testlist.c
===================================================================
--- uspace/lib/pcut/tests/testlist.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/testlist.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 static char *argv_patched[] = {
Index: uspace/lib/pcut/tests/timeout.c
===================================================================
--- uspace/lib/pcut/tests/timeout.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/timeout.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -56,5 +56,5 @@
 }
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(shall_time_out) {
Index: uspace/lib/pcut/tests/xmlreport.c
===================================================================
--- uspace/lib/pcut/tests/xmlreport.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/pcut/tests/xmlreport.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -33,5 +33,5 @@
 #include "tested.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST(zero_exponent) {
Index: uspace/lib/posix/test/main.c
===================================================================
--- uspace/lib/posix/test/main.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/posix/test/main.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -29,5 +29,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_IMPORT(scanf);
Index: uspace/lib/posix/test/scanf.c
===================================================================
--- uspace/lib/posix/test/scanf.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/posix/test/scanf.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -37,5 +37,5 @@
 #define EPSILON 0.000001
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(scanf);
Index: uspace/lib/uri/test/main.c
===================================================================
--- uspace/lib/uri/test/main.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/uri/test/main.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -30,5 +30,5 @@
 #include <pcut/pcut.h>
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_IMPORT(uri_parse);
Index: uspace/lib/uri/test/parser.c
===================================================================
--- uspace/lib/uri/test/parser.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/lib/uri/test/parser.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -70,5 +70,5 @@
 
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(uri_parse);
Index: uspace/srv/net/tcp/test/conn.c
===================================================================
--- uspace/srv/net/tcp/test/conn.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/conn.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -36,5 +36,5 @@
 #include "../ucall.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(conn);
Index: uspace/srv/net/tcp/test/iqueue.c
===================================================================
--- uspace/srv/net/tcp/test/iqueue.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/iqueue.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -34,5 +34,5 @@
 #include "../segment.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(iqueue);
Index: uspace/srv/net/tcp/test/main.c
===================================================================
--- uspace/srv/net/tcp/test/main.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/main.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -55,5 +55,5 @@
 }
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_IMPORT(conn);
Index: uspace/srv/net/tcp/test/pdu.c
===================================================================
--- uspace/srv/net/tcp/test/pdu.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/pdu.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -37,5 +37,5 @@
 #include "../segment.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(pdu);
Index: uspace/srv/net/tcp/test/rqueue.c
===================================================================
--- uspace/srv/net/tcp/test/rqueue.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/rqueue.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -35,5 +35,5 @@
 #include "../segment.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(rqueue);
Index: uspace/srv/net/tcp/test/segment.c
===================================================================
--- uspace/srv/net/tcp/test/segment.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/segment.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -32,5 +32,5 @@
 #include "../segment.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(segment);
Index: uspace/srv/net/tcp/test/seq_no.c
===================================================================
--- uspace/srv/net/tcp/test/seq_no.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/seq_no.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -35,5 +35,5 @@
 #include "../seq_no.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(seq_no);
Index: uspace/srv/net/tcp/test/tqueue.c
===================================================================
--- uspace/srv/net/tcp/test/tqueue.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/tqueue.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -34,5 +34,5 @@
 #include "../tqueue.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(tqueue);
Index: uspace/srv/net/tcp/test/ucall.c
===================================================================
--- uspace/srv/net/tcp/test/ucall.c	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
+++ uspace/srv/net/tcp/test/ucall.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -36,5 +36,5 @@
 #include "../ucall.h"
 
-PCUT_INIT
+PCUT_INIT;
 
 PCUT_TEST_SUITE(ucall);
