From 3a9259df1acdf1681293bd441df5eacf54353b9b Mon Sep 17 00:00:00 2001 From: jmacey Date: Wed, 4 Oct 2023 09:15:40 +0100 Subject: [PATCH] updated the tests main to exclude the Shader tests from CI --- tests/main.cpp | 1 + 1 file changed, 1 insertion(+) 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();