This commit is contained in:
rusefi 2019-01-08 21:40:21 -05:00
parent e14c7e6e92
commit c188408eb3
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}