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

integration test depends on cmp_tool executable

parent 6be4781a
No related branches found
No related tags found
1 merge request!11decompression/compression for non-imagette data
......@@ -2,7 +2,11 @@ int_test_file = files('cmp_tool_integration_test.py')
pytest = find_program('pytest', required : false)
if pytest.found()
test('Integration Test', pytest, args : ['--color=yes', '-vvv', int_test_file])
test('Integration Test',
pytest,
args : ['--color=yes', '-vvv', int_test_file]
depends: cmp_lib,
workdir: messon.build_root())
else
message('Pytest framework not found! Skipping integration tests.')
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment