SelfTests: Print a quick message on test start.

This commit is contained in:
Mattes D
2016-06-18 13:12:10 +02:00
parent 36eefbf0f2
commit ea47247dc7
13 changed files with 45 additions and 1 deletions
+3
View File
@@ -66,6 +66,9 @@ static int Test(void)
int main(int argc, char * argv[])
{
LOGD("Test started");
LOGD("Running test");
auto NumFailed = Test();
LOG("BoundingBox test finished, number of failed tests: %d", NumFailed);
return NumFailed;