commit | 6b814b3b420aa7c91a3fc17bee3befd2d155e219 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Aug 12 09:59:36 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Aug 14 10:34:49 2014 -0600 |
tree | addb35b36ef16fee5116f4c58aa7a0df26f9ed33 | |
parent | 7087dde7702a57bcc0e6f3bfc115ab24a88b4695 [diff] [blame] |
tests: Basic initialization test using gtest framework
diff --git a/tests/common.h b/tests/common.h index af8b7cd..0107903 100644 --- a/tests/common.h +++ b/tests/common.h
@@ -33,6 +33,8 @@ #include <xgl.h> +#define ASSERT_XGL_SUCCESS(err) ASSERT_EQ(XGL_SUCCESS, err) << xgl_result_string(err) + #ifdef __cplusplus extern "C" {