tests simple timing microbenchmark

This commit is contained in:
Daniel Agar
2018-06-18 09:51:58 -04:00
committed by Lorenz Meier
parent 02d4405a62
commit 3ba97297d5
8 changed files with 253 additions and 8 deletions
+1
View File
@@ -105,6 +105,7 @@ protected:
_tests_passed++; \
} \
_cleanup(); \
printf("\n"); \
} while (0)
/// @brief Used to assert a value within a unit test.