# Find scripts main = find_program('zlevis') encrypt = find_program('zlevis-encrypt') decrypt = find_program('zlevis-decrypt') # Test the scripts test('zlevis', main, args: '--summary') test('zlevis-encrypt', encrypt, args: '--summary') test('zlevis-decrypt', decrypt, args: '--summary') # Add paths of scripts to bins bins += join_paths(meson.current_source_dir(), 'zlevis') bins += join_paths(meson.current_source_dir(), 'zlevis-encrypt') bins += join_paths(meson.current_source_dir(), 'zlevis-decrypt')