summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 169330dab9f7..4e3daca9893b 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1557,12 +1557,14 @@ int Desktop::Main()
CheckOpenCLCompute(xDesktop);
#endif
+#if !defined(EMSCRIPTEN)
//Running the VCL graphics rendering tests
const char * pDisplay = std::getenv("DISPLAY");
if (!pDisplay || pDisplay[0] == ':')
{
runGraphicsRenderTests();
}
+#endif
// Post user event to startup first application component window
// We have to send this OpenClients message short before execute() to