tests: Enable unit test on Windows
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 7 Dec 2018 12:46:12 +0000 (21:46 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Tue, 18 Dec 2018 13:52:24 +0000 (22:52 +0900)
commit7aebe608099b8f88d3adc1ae837b713d8c7986a7
treeb203a9aea7647de7a1ebbd1d6f5b7e66f77d6b12
parent16af121a86e5b792b21129c820b32dc67b1c8ede
tests: Enable unit test on Windows

Allow run some unit tests on Windows.
* Remove hardcoded path separator in whitelist env for Meson to choose
  OS-specific separator automatically (i.e., ';' for windows and ':' for *nix)
* Add dependency explicitly for some test cases, otherwise plugins couldn't be
  loaded on uninstalled environment of Windows.
meson.build
tests/check/meson.build
tests/meson.build