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/ByteBuffer/ByteBufferTest.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/ByteBuffer') diff --git a/tests/ByteBuffer/ByteBufferTest.cpp b/tests/ByteBuffer/ByteBufferTest.cpp index 98a802554..ddfe9e1d2 100644 --- a/tests/ByteBuffer/ByteBufferTest.cpp +++ b/tests/ByteBuffer/ByteBufferTest.cpp @@ -68,9 +68,17 @@ static void TestWrap(void) int main(int argc, char * argv[]) { + LOGD("Test started"); + + LOGD("Testing reads"); TestRead(); + + LOGD("Testing writes"); TestWrite(); + + LOGD("Testing wraps"); TestWrap(); + LOG("ByteBuffer test finished."); } -- cgit v1.2.3