Include log messages in unit tests (#5666)

* Include log messages in unit tests

* Provide an initial time value

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Eric Severance
2024-12-25 18:42:15 -08:00
committed by GitHub
parent 1281da627e
commit cc357df489
4 changed files with 25 additions and 1 deletions

4
test/TestUtil.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
// Initialize testing environment.
void initializeTestEnvironment();