forked from cory/tildefriends
Test output cleanup.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3923 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
7f9c01a9bb
commit
52f744e106
@ -606,13 +606,17 @@ static void _tf_test_run(const tf_test_options_t* options, const char* name, voi
|
|||||||
|
|
||||||
if (!options->tests || specified)
|
if (!options->tests || specified)
|
||||||
{
|
{
|
||||||
#define GREEN "[\e[1;32m"
|
#define GREEN "\e[1;32m"
|
||||||
#define MAGENTA "\e[1;35m"
|
#define MAGENTA "\e[1;35m"
|
||||||
#define CYAN "\e[1;36m"
|
#define CYAN "\e[1;36m"
|
||||||
#define RESET "\e[0m"
|
#define RESET "\e[0m"
|
||||||
printf(CYAN "== running test " MAGENTA "%s" CYAN " ==\n" RESET, name);
|
printf(CYAN "== running test " MAGENTA "%s" CYAN " ==\n" RESET, name);
|
||||||
test(options);
|
test(options);
|
||||||
printf("[" GREEN "pass" RESET "] %s\n", name);
|
printf("[" GREEN "pass" RESET "] %s\n", name);
|
||||||
|
#undef GREEN
|
||||||
|
#undef MAGENTA
|
||||||
|
#undef CYAN
|
||||||
|
#undef RESET
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user