BigBadE / Raven-Language

An experimental language
MIT License
4 stars 15 forks source link

Fix Magpie testing script to always find all test files #61

Closed Pillber closed 8 months ago

Pillber commented 9 months ago

This pull request removes the include_dir! macro use which only works on compile time to use default rust file searching in order to always find all available tests when the testing suite is run instead of only updating which tests to run when magpie is compiled. Should be up to date with master as of starting this request.

BigBadE commented 9 months ago

This only works on Windows and not Linux/MacOS. Make sure you aren't using Windows path seperators (/) and try this