diff --git a/src/tests.c b/src/tests.c index 33cbd24b..7293d383 100644 --- a/src/tests.c +++ b/src/tests.c @@ -499,6 +499,7 @@ static void _tf_test_run(const tf_test_options_t* options, const char* name, voi if (!options->tests || specified) { printf("Running test %s.\n", name); test(options); + printf("[\e[1;32mpass\e[0m] %s\n", name); } }