diff options
author | Linnnus <[email protected]> | 2024-02-04 18:26:15 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-04 20:26:23 +0100 |
commit | 04ef019e858e6175c7b9e61bd00bab3d383890d7 (patch) | |
tree | 088c2a91a8d00d72f18939af174306e72b1759ae | |
parent | 21faa99f847a4f88c6b3647158515564a7d1528f (diff) |
test(creole): Highlight current tests
-rw-r--r-- | src/creole-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creole-test.c b/src/creole-test.c index 1e25a0f..835ee42 100644 --- a/src/creole-test.c +++ b/src/creole-test.c @@ -305,7 +305,7 @@ next_char: int main(void) { for (size_t i = 0; i < COUNT(tests); ++i) { - printf("Running test: %s... ", tests[i].name); + printf("Running test: \x1b[1m%s\x1b[0m... ", tests[i].name); static char buffer[1024]; FILE *fp = fmemopen(buffer, sizeof(buffer), "wb"); |