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:
Additional context
if(WIN32) can be used.
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.