diff --git a/tests/main.cpp b/tests/main.cpp index 40e9ca7f..f1670a22 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -89,6 +89,7 @@ int main(int argc, char **argv) std::cerr << "excluding tests\n"; ::testing::GTEST_FLAG(filter) = "-ShaderLib.*:Shader*:VAOPrimitives.*:NGLInit*:VAOFactory*"; } + // should put this on an argument // testing::internal::CaptureStdout(); testing::internal::CaptureStderr(); return RUN_ALL_TESTS();