commit | 1c9869eeb2a980f42838808922c3b87780179f18 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Sun Dec 28 14:27:28 2014 +0800 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:02 2015 -0700 |
tree | d2e9c2901259cf1cc6bde40d773a2dbda4207098 | |
parent | c0b3571786ff490a961a9d2a731348b42e757a52 [diff] [blame] |
tests: derive XglDevice from xgl_testing::Device as well as removing unused members. v2: call xgl_testing::set_error_callback()
diff --git a/tests/init.cpp b/tests/init.cpp index 0d16e5b..8177c21 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -747,5 +747,6 @@ int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); + xgl_testing::set_error_callback(test_error_callback); return RUN_ALL_TESTS(); }