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

Some tests fails to open .txt files. #53

Open
ufrshubham opened this issue Oct 9, 2020 · 0 comments
Open

Some tests fails to open .txt files. #53

ufrshubham opened this issue Oct 9, 2020 · 0 comments
Labels
type: bug Something isn't working

Comments

@ufrshubham
Copy link
Contributor

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:

  1. Clone this repo on a Windows machine.
  2. Build it with cmake and MSVC compiler.
  3. Run tests.
  4. Some tests fail to open *.txt file.

Expected behavior
Tests should pass.

Desktop:

  • OS: Windows 10

Additional context
if(WIN32) can be used.

@ayaankhan98 ayaankhan98 added the type: bug Something isn't working label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants