Moving a little bit more to this test.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3661 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-09-09 00:15:57 +00:00
parent 91ec68252d
commit a09d159268
4 changed files with 79 additions and 2 deletions

View File

@ -497,7 +497,7 @@ static void _tf_test_run(const tf_test_options_t* options, const char* name, voi
}
if (!options->tests || specified) {
printf("Running test %s.", name);
printf("Running test %s.\n", name);
test(options);
}
}