summaryrefslogtreecommitdiffstats
path: root/tests/BoundingBox/BoundingBoxTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BoundingBox/BoundingBoxTest.cpp')
-rw-r--r--tests/BoundingBox/BoundingBoxTest.cpp3
1 files changed, 3 insertions, 0 deletions
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;