Pass arguments to gtest

asked 2015-10-14 14:07:29 -0500

JakeBaldwin gravatar image

In my CMakeList.txt file for a package I would like to add a test using catkin_add_gtest(test_name cpp_file_name)

Is there a way to pass arguments to gtest such as --gtest_also_run_disabled_tests?

edit retag flag offensive close merge delete