Add more WSI tests, and fix some compiler warnings.
authorMark Young <marky@lunarg.com>
Mon, 20 Dec 2021 22:49:09 +0000 (15:49 -0700)
committerMark Young <marky@lunarg.com>
Fri, 7 Jan 2022 23:56:38 +0000 (16:56 -0700)
commitafbe02aa4869aa9a4b0c32431360206b18c32d35
tree4767c065250d50cfd025daacc6d6daa1da4b1360
parent6c8e7c7cd7b99d136ddf6f1f898e592c8bebbd3f
Add more WSI tests, and fix some compiler warnings.

Simplified the WSI tests so that they don't actually create the
platform surfaces and attach them.  Instead, the test_icd framework
allows us to simply provide a dummy.  This allows the tests to work
in the regresssion framework.  Because of this, removed the separate
test_wsi test and merged it into test_regression.

Fixed several compiler warnings from my previous change as well.
tests/CMakeLists.txt
tests/framework/icd/test_icd.cpp
tests/loader_phys_dev_inst_ext_tests.cpp
tests/loader_wsi_tests.cpp