-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
type: bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working