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
Describe the bug
Directory structure generated by MSVC compiler is a little different. This causes all the tests using txt files to fail, because they don't find the required input *.txt files. It seems cmake files will have to be modified to copy all the txt files to correct location depending on current platform.
To Reproduce
Steps to reproduce the behavior:
Clone this repo on a Windows machine.
Build it with cmake and MSVC compiler.
Run tests.
Some tests fail to open *.txt file.
Expected behavior
Tests should pass.
Desktop:
OS: Windows 10
Additional context
if(WIN32) can be used.
The text was updated successfully, but these errors were encountered:
Describe the bug
Directory structure generated by MSVC compiler is a little different. This causes all the tests using txt files to fail, because they don't find the required input *.txt files. It seems cmake files will have to be modified to copy all the txt files to correct location depending on current platform.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests should pass.
Desktop:
Additional context
if(WIN32) can be used.
The text was updated successfully, but these errors were encountered: