You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my CMakeLists file I create some tests using the add_test function. This runs and configures fine. However, the test cases do not show up in the test explorer.
I have no idea what could be causing this or how to begin debugging it. Any help is appreciated and I'm happy to give as much info as needed.
The text was updated successfully, but these errors were encountered:
I've got the same issue and it seems to be the CMakeLists.txt problem for me. Glad to see detailed code here for subdirectories of src and test (3 CMakeLists.txt in total)
Hi,
in my CMakeLists file I create some tests using the
add_test
function. This runs and configures fine. However, the test cases do not show up in the test explorer.I have no idea what could be causing this or how to begin debugging it. Any help is appreciated and I'm happy to give as much info as needed.
The text was updated successfully, but these errors were encountered: