Some tests are called test_xxx, instead of loki_test_xxx. We should use the loki_ prefix consistently to avoid name clashes when the project is built in a subdirectory of another cmake project (names such as test_grid are too common).
Or should we use lokib_ for all binaries and other outputs of this project? To be discussed. @daanboer, @wgraef, what do you think?
Some tests are called
test_xxx, instead ofloki_test_xxx. We should use theloki_prefix consistently to avoid name clashes when the project is built in a subdirectory of another cmake project (names such astest_gridare too common).Or should we use
lokib_for all binaries and other outputs of this project? To be discussed. @daanboer, @wgraef, what do you think?