diff options
Diffstat (limited to 'tests/CompositeChat/CompositeChatTest.cpp')
-rw-r--r-- | tests/CompositeChat/CompositeChatTest.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/CompositeChat/CompositeChatTest.cpp b/tests/CompositeChat/CompositeChatTest.cpp index 12d9de673..65d05b6f1 100644 --- a/tests/CompositeChat/CompositeChatTest.cpp +++ b/tests/CompositeChat/CompositeChatTest.cpp @@ -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."); } |