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:
@@ -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++)
|
||||
|
||||
@@ -59,6 +59,7 @@ TEST_F(RideRatings, all)
|
||||
std::string path = TestData::GetParkPath("bpb.sv6");
|
||||
|
||||
gOpenRCT2Headless = true;
|
||||
gOpenRCT2NoGraphics = true;
|
||||
|
||||
core_init();
|
||||
auto context = CreateContext();
|
||||
|
||||
Reference in New Issue
Block a user