From 53709e1ef45548b785fb4e9a92aed3bc30787558 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 8 Jan 2019 21:40:21 -0500 Subject: [PATCH] docs --- unit_tests/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index f0ee0ed77d..7e440c0099 100644 --- a/unit_tests/main.cpp +++ b/unit_tests/main.cpp @@ -129,6 +129,8 @@ GTEST_API_ int main(int argc, char **argv) { printAllTriggers(); // printConvertedTable(); testing::InitGoogleTest(&argc, argv); + // uncomment if you only want to run selected tests + //::testing::GTEST_FLAG(filter) = "hip*"; return RUN_ALL_TESTS(); }