compiler_render_tests: Turn on the compiler_render_tests build
diff --git a/tests/compiler_render_tests.cpp b/tests/compiler_render_tests.cpp
index 7eab599..ce75ad8 100644
--- a/tests/compiler_render_tests.cpp
+++ b/tests/compiler_render_tests.cpp
@@ -181,7 +181,7 @@
this->app_info.sType = XGL_STRUCTURE_TYPE_APPLICATION_INFO;
this->app_info.pNext = NULL;
- this->app_info.pAppName = (const XGL_CHAR *) "render_tests";
+ this->app_info.pAppName = (const XGL_CHAR *) "compiler render_tests";
this->app_info.appVersion = 1;
this->app_info.pEngineName = (const XGL_CHAR *) "unittest";
this->app_info.engineVersion = 1;