a bunch of cleaning to get wayward unit tests passing on windows. not there yet.
[feisty_meow.git] / nucleus / library / unit_test / unit_base.cpp
index 439cc6974dc518a7a9d9179b9d23f18073759f94..dfcd858ef7fdbc5078b64c5873cc819ac96a866b 100644 (file)
@@ -270,6 +270,9 @@ int unit_base::final_report()
 
   astring keyword = "FAILURE";  // but be pessimistic about overall result at first..?
 
+
+BASE_LOG(a_sprintf("total tests %d passed tests %d", c_total_tests, c_passed_tests));
+
   // check whether we really did succeed or not.
   if (c_total_tests == c_passed_tests) keyword = "SUCCESS";  // success!
   else to_return = 12;  // a failure return.