tests: Use OS-specific seperator for whitelist
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 7 Dec 2018 11:35:37 +0000 (20:35 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 18 Dec 2018 10:34:01 +0000 (10:34 +0000)
commit548b72d6937c694bd8e2746d72be677ffe5517e9
tree0cc532fb64373a9428861d0338e8136238b7eebe
parent076d023508b8ddb5bbd8ab4d381143437ea2da05
tests: Use OS-specific seperator for whitelist

... instead of hardcoded ':', since G_SEARCHPATH_SEPARATOR_S
varies depending on OS (e.g., ':' for *nix and ';' for Windows).
Note that, when the seperator is not specified explicitly, Meson
will use ';' for Windows and ':' for *nix respectively.
tests/check/meson.build