diff options
author | Mattes D <github@xoft.cz> | 2016-06-16 17:34:17 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-06-18 13:12:10 +0200 |
commit | ea47247dc72a7ee44f97628e45c5b6867f46bedf (patch) | |
tree | ad1dcecc7cb1a97f4b350a0c0d2d9a64e10f879e /tests/BoundingBox | |
parent | SelfTests: Removed the unneeded cSelfTests class. (diff) | |
download | cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.tar cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.tar.gz cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.tar.bz2 cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.tar.lz cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.tar.xz cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.tar.zst cuberite-ea47247dc72a7ee44f97628e45c5b6867f46bedf.zip |
Diffstat (limited to 'tests/BoundingBox')
-rw-r--r-- | tests/BoundingBox/BoundingBoxTest.cpp | 3 |
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; |