From ea47247dc72a7ee44f97628e45c5b6867f46bedf Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 16 Jun 2016 17:34:17 +0200 Subject: SelfTests: Print a quick message on test start. --- tests/BoundingBox/BoundingBoxTest.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/BoundingBox/BoundingBoxTest.cpp') diff --git a/tests/BoundingBox/BoundingBoxTest.cpp b/tests/BoundingBox/BoundingBoxTest.cpp index e3df95efa..988a2181e 100644 --- a/tests/BoundingBox/BoundingBoxTest.cpp +++ b/tests/BoundingBox/BoundingBoxTest.cpp @@ -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; -- cgit v1.2.3