Skip to content

Commit 615041e

Browse files
authored
macOS: run tests with ogre2
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 50e14bd commit 615041e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_config.hh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Configure tests based on installed render engines
1717
// ogre 1.x and ogre 2.x tests can not be run at the same time
1818
// so use only ogre2 by default.
19-
#if WITH_OGRE2 && !defined(__APPLE__)
19+
#if WITH_OGRE2
2020
static const std::vector<const char *> kRenderEngineTestValues{"ogre2"};
2121
#elif WITH_OGRE
2222
static const std::vector<const char *> kRenderEngineTestValues{"ogre"};

0 commit comments

Comments
 (0)