Skip to content

Commit

Permalink
the new draw test needs gtest to assert get pixel stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed May 15, 2019
1 parent d3444b4 commit 384f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandLine/testing/Tests/draw_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
TEST(Regression, draw_test) {
if (!TestHarness::windowing_supported()) return;
TestConfig tc;
tc.extensions = "Paths,libpng";
tc.extensions = "Paths,libpng,GTest";
auto test_harness = LAUNCH_HARNESS_FOR_SOG(tc);
if (!test_harness) FAIL() << "Game could not be run.";

Expand Down

0 comments on commit 384f975

Please sign in to comment.