From 73319aae43fdc9d352326948b9481c6ca4ecb00e Mon Sep 17 00:00:00 2001
From: Anastasis Grammenos <anastasis.gramm2@gmail.com>
Date: Sun, 7 Oct 2018 16:30:53 +0300
Subject: Make test output more friendly to they eyes!

---
 unit/ck-test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'unit')

diff --git a/unit/ck-test.c b/unit/ck-test.c
index 59a8809..42941f9 100644
--- a/unit/ck-test.c
+++ b/unit/ck-test.c
@@ -28,9 +28,9 @@ void ck_list_add() {
 
 int main() {
 #define X(TEST, DESC)				\
-  printf("--[%s]--\n", DESC);			\
+  printf("=> %s\n", DESC);			\
   TEST();					\
-  printf("--[Passed]--\n\n");
+  printf("Passed\n\n");
   CK_UNIT_TESTS
 #undef X
 }
-- 
cgit v1.2.3