Skip to content
Snippets Groups Projects
Commit 575745ae authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

fix erros

parent 56eb0020
No related branches found
No related tags found
1 merge request!11decompression/compression for non-imagette data
...@@ -18,7 +18,7 @@ subdir('lib') ...@@ -18,7 +18,7 @@ subdir('lib')
main = files('cmp_tool.c') main = files('cmp_tool.c')
cmp_tool = executable('cmp_tool', cmp_tool_exe = executable('cmp_tool',
sources : main, sources : main,
include_directories : incdir, include_directories : incdir,
link_with : cmp_lib, link_with : cmp_lib,
......
...@@ -4,9 +4,9 @@ pytest = find_program('pytest', required : false) ...@@ -4,9 +4,9 @@ pytest = find_program('pytest', required : false)
if pytest.found() if pytest.found()
test('Integration Test', test('Integration Test',
pytest, pytest,
args : ['--color=yes', '-vvv', int_test_file] args : ['--color=yes', '-vvv', int_test_file],
depends: cmp_lib, depends : cmp_tool_exe,
workdir: messon.build_root()) workdir : meson.project_build_root())
else else
message('Pytest framework not found! Skipping integration tests.') message('Pytest framework not found! Skipping integration tests.')
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment