Commit 60d67565 authored by cutealien's avatar cutealien

Enable screenshot test.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4186 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 1e4a0a77
...@@ -102,7 +102,7 @@ int main(int argumentCount, char * arguments[]) ...@@ -102,7 +102,7 @@ int main(int argumentCount, char * arguments[])
TEST(ioScene); TEST(ioScene);
// all driver checks // all driver checks
TEST(videoDriver); TEST(videoDriver);
// TEST(screenshot); TEST(screenshot);
TEST(drawPixel); TEST(drawPixel);
TEST(drawRectOutline); TEST(drawRectOutline);
TEST(material); TEST(material);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment