Skip to content
Snippets Groups Projects
Commit 527ceb18 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add a hint for limiting the test scope

parent 6e4f94dd
No related branches found
No related tags found
No related merge requests found
Pipeline #4811 passed
......@@ -16,5 +16,7 @@ TEST(TestTest, DummyTestExample)
int main(int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
//::testing::GTEST_FLAG(filter) = "TestTest.DummyTestExample"; // Test only this one
//::testing::GTEST_FLAG(filter) = "TestTest.*"; // Test only the tests in this group
return RUN_ALL_TESTS();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment