-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Test fails on Debug configuration #41
Comments
Interesting, I can't remember having the same problem with UNIX ... |
I could; I just can't seem to get the test suite running in VS on Windows (or anything else that would let me debug). I can get it to build and run as part of the build through VS, but I can't get it debugging. Do you know how? |
May take a look at #42, this should resolve the problem. To debug inkcpp_test in VS you start the |
Works for me! Also the Thank you! |
When
ctest -c Debug
is run after the project is built withcmake --build . --config Debug
, I get the following error:I'd look further into it, but I can't seem to figure out how to run tests from Visual Studio and step through the code.
Note that the tests work fine under the Release configuration.
The text was updated successfully, but these errors were encountered: