--- a/data/tests/colorhug/meson.build +++ b/data/tests/colorhug/meson.build @@ -1,3 +1,4 @@ +if false install_data([ 'firmware.bin', 'firmware.bin.asc', @@ -5,6 +6,7 @@ ], install_dir: join_paths(installed_test_bindir, 'colorhug'), ) +endif if get_option('pkcs7') # generate self-signed detached signature @@ -17,7 +19,7 @@ '--load-certificate', pkcs7_certificate, '--infile', '@INPUT@', '--outfile', '@OUTPUT@'], - install: true, + install: false, install_dir: join_paths(installed_test_bindir, 'colorhug'), ) endif --- a/data/tests/meson.build +++ b/data/tests/meson.build @@ -2,7 +2,7 @@ input : 'libjcat.test.in', output : 'libjcat.test', configuration : conf, - install: true, + install: false, install_dir: installed_test_datadir, ) --- a/libjcat/meson.build +++ b/libjcat/meson.build @@ -235,7 +235,7 @@ dependencies : [ libjcat_deps, ], - install : true, + install : false, install_dir : installed_test_bindir ) test('jcat-self-test', e, env : testdatadirs)