test(all): Add additional log messages

Change-Id: I2e5478302960d8125e961f4e1c45054b926c7597
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
diff --git a/test/run_all_test.ksh b/test/run_all_test.ksh
index b56246d..d195d46 100644
--- a/test/run_all_test.ksh
+++ b/test/run_all_test.ksh
@@ -125,6 +125,7 @@
 export LD_LIBRARY_PATH=/usr/local/lib
 export C_INCLUDE_PATH=../.build/include			# must reference nano/nng from the build tree
 
+log_it "[INFO] unit testing starts"
 (
 	set -e
 	cd test
@@ -135,6 +136,7 @@
 rc=$?
 err_cat $rc /tmp/utest.log
 abort_on_err $rc "unit tests failed"
+log_it "[OK]   unit testing passes"
 
 echo ""
 log_it "[PASS]  all testing successful"