[Tests/Meson] Add missing line continuation
authorWook Song <wook16.song@samsung.com>
Mon, 21 Oct 2019 15:10:35 +0000 (00:10 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 24 Oct 2019 15:41:41 +0000 (00:41 +0900)
commitf45bfc57fccc217b01b08cd47470469adce59e61
treefd6e37c241ac5142267d7646c675a27527f209b3
parentfe16feb04a0b9f1f13037d6136e67b98c541e88a
[Tests/Meson] Add missing line continuation

In the meson build script, there are missing line continuations that
break building. This patch fixes this issue.

Related to https://github.com/mesonbuild/meson/issues/4720
See also: https://github.com/mesonbuild/meson/commit/90c9b868b20b11bb089fc5e0c634d5ed76fea0cb

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/meson.build