vvaltchev/tilck

Make gtests runnable from everywhere

vvaltchev opened this issue · 1 comments

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.

Solved by commit f26622e.