We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e14bd commit 615041eCopy full SHA for 615041e
test/test_config.hh.in
@@ -16,7 +16,7 @@
16
// Configure tests based on installed render engines
17
// ogre 1.x and ogre 2.x tests can not be run at the same time
18
// so use only ogre2 by default.
19
-#if WITH_OGRE2 && !defined(__APPLE__)
+#if WITH_OGRE2
20
static const std::vector<const char *> kRenderEngineTestValues{"ogre2"};
21
#elif WITH_OGRE
22
static const std::vector<const char *> kRenderEngineTestValues{"ogre"};
0 commit comments