1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Set no graphics for integration tests

This commit is contained in:
Ted John
2018-04-10 12:33:37 +01:00
parent dc673a64d8
commit fe3c136083
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ TEST(MultiLaunchTest, all)
std::string path = TestData::GetParkPath("bpb.sv6");
gOpenRCT2Headless = true;
gOpenRCT2NoGraphics = true;
core_init();
for (int i = 0; i < 3; i++)

View File

@@ -59,6 +59,7 @@ TEST_F(RideRatings, all)
std::string path = TestData::GetParkPath("bpb.sv6");
gOpenRCT2Headless = true;
gOpenRCT2NoGraphics = true;
core_init();
auto context = CreateContext();