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.
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.