benchmorc: fix file path to test orc file on windows
authorTim-Philipp Müller <tim@centricular.com>
Mon, 20 Jul 2020 23:48:48 +0000 (00:48 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 21 Jul 2020 09:09:11 +0000 (10:09 +0100)
commit13624e4e6d4e3f8203b962ad0fb435a3682bfb21
treec7e11d7217f98c00c48cd5265786016669c2032d
parent17c7c1729eaf770dd272205e249c200b22e9603c
benchmorc: fix file path to test orc file on windows

Fix compiler warning on msys2:
enchmorc.c:35:31: error: unknown escape sequence: '\o'

The absolute path returned by current_source_dir()
returns backward slashes, which don't work well when
used as a C string constant. join_paths() will make
it all forward-slashes.
testsuite/benchmorc/meson.build