1
0

SelfTests: Print a quick message on test start.

This commit is contained in:
Mattes D
2016-06-16 17:34:17 +02:00
parent 36eefbf0f2
commit ea47247dc7
13 changed files with 45 additions and 1 deletions

View File

@@ -98,11 +98,23 @@ static void TestParser5(void)
int main(int argc, char * argv[])
{
LOGD("Test started.");
LOGD("Running tests: 1");
TestParser1();
LOGD("Running tests: 2");
TestParser2();
LOGD("Running tests: 3");
TestParser3();
LOGD("Running tests: 4");
TestParser4();
LOGD("Running tests: 5");
TestParser5();
LOG("CompositeChat test finished.");
}