This way you've separated your test in different binaries, is it able to use gtest filter? Such as `--gtest_filter=Test_Cases1*` because it really makes things easier. https://developer.ibm.com/articles/au-googletestingframework/
This way you've separated your test in different binaries, is it able to use gtest filter?
Such as
--gtest_filter=Test_Cases1*because it really makes things easier.https://developer.ibm.com/articles/au-googletestingframework/