Make gtests runnable from everywhere
vvaltchev opened this issue · 1 comments
vvaltchev commented
Currently, the unit tests have to be run from project's main dir, because the fat32 tests use hard-coded relative paths to reach the build directory. It would be good instead to pass build directory's full path to the tests with a compile option.