Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch2 tests do not run in Windows environment #50

Closed
hpwxf opened this issue Aug 6, 2020 · 2 comments
Closed

Catch2 tests do not run in Windows environment #50

hpwxf opened this issue Aug 6, 2020 · 2 comments

Comments

@hpwxf
Copy link
Collaborator

hpwxf commented Aug 6, 2020

I noticed that the C++ tests are not being picked up by CTest on the windows run, any thoughts on why?

Originally posted by @RUrlus in #31 (comment)

This issue is related to the comment. It will be better to discuss about it in a dedicated thread.

@hpwxf
Copy link
Collaborator Author

hpwxf commented Aug 6, 2020

I tried to add a few debug stuff and this is what I saw: https://travis-ci.com/github/hpwxf/carma/builds/178790117

C:/Users/travis/build/hpwxf/carma/build/tests/Release/test_carma_native.exe: error while loading shared libraries: python37.dll: cannot open shared object file: No such file or directory

I think that Catch2 cannot detect any tests in the test_carma_native binary since it cannot be run due to a missing lib (python37.dll).

hpwxf added a commit to hpwxf/carma that referenced this issue Aug 6, 2020
@hpwxf
Copy link
Collaborator Author

hpwxf commented Aug 18, 2020

Should be close as #50 has been closed

@hpwxf hpwxf closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant