We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e843bc4 commit 3f1fab4Copy full SHA for 3f1fab4
unitTests/meson.build
@@ -48,7 +48,7 @@ if host_machine.system() == 'windows' and get_option('default_library') != 'stat
48
test_sources += int_lib
49
endif
50
51
-t_args = ['-UEXIV2API', '-DEXIV2API=', '-DTESTDATA_PATH="@0@"'.format('..' / 'test' / 'data')]
+t_args = ['-UEXIV2API', '-DEXIV2API=', '-DTESTDATA_PATH="@0@"'.format(meson.current_source_dir() / '..' / 'test' / 'data')]
52
53
unit_tests = executable(
54
'unit_tests',
0 commit comments