Add live_verification tests for runnign with real drivers
authorCharles Giessen <charles@lunarg.com>
Tue, 15 Feb 2022 20:56:21 +0000 (13:56 -0700)
committerCharles Giessen <charles@lunarg.com>
Tue, 15 Feb 2022 20:56:21 +0000 (13:56 -0700)
commitae2de3361255543897652e1a9fb6541d7efc5298
tree290c3271779ac60d5ba868e88a34bbc814e9c90a
parent77463c03347c94ba28685a550d080f60eeffb6d8
Add live_verification tests for runnign with real drivers

Some things need to be verified against real drivers. The supporting code in test_util and
test_environment make it easy to write application code which works against real drivers and
layers. This allows quickly verifying loader behavior out in the wild.
tests/CMakeLists.txt
tests/framework/test_environment.cpp
tests/framework/test_environment.h
tests/live_verification/CMakeLists.txt [new file with mode: 0644]
tests/live_verification/dynamic_rendering_get_proc_addr.cpp [new file with mode: 0644]