test: Add DebugUtilsWrapper
authorCharles Giessen <charles@lunarg.com>
Wed, 25 Aug 2021 22:41:59 +0000 (16:41 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 26 Aug 2021 16:51:15 +0000 (10:51 -0600)
commit669c41d69f037dac427a70cb5dae9fe503fc4538
treeb7ff87d85da0315b88c7c2ef952d1460624c3f39
parent5661252091f230e7f7cba3bb8292e1ffa99adbc9
test: Add DebugUtilsWrapper

This wrapper allows easy reading of the log output through the debug utils
messenger infrastructure. Since getting the stdout/stderr is not well
supported by googletest, this allows tests to be written which check for
specific log messages to be emitted, allowing another way to verify the
loader is behaving as expected.
tests/framework/framework_config.h.in
tests/framework/test_util.cpp
tests/framework/test_util.h