c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Fix Windows unit tests #74

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

There are a few unit tests that currently break on Windows due to differences in both line endings (usually from Git for Windows's pull settings) and path slashes:

This issue just tracks the current breakages; hopefully now that we have a test box running Windows there'll be more rapid checking of this and things should be kept in line.

It might be nice to set up a CI instance on a Windows machine, but I'll have to look into options (appveyor?)

MattWindsor91 commented 3 years ago

Fixed the current unit test breakages, but I suspect more bugs will appear as I try run the tester on Windows - at which point, hopefully, I'll add tests that exercise them :D