From 1ccdc253498e69aa89ef6e31f0aa3171f0758a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 7 Jun 2022 01:05:35 -0400 Subject: [PATCH] meson: Don't include lxc-test-fuzzers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/tests/meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tests/meson.build b/src/tests/meson.build index a553ec4f5..abb8b1e6d 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -474,13 +474,6 @@ test_programs += configure_file( input: 'lxc-test-exit-code', output: 'lxc-test-exit-code') -test_programs += configure_file( - configuration: dummy_config_data, - install: want_tests, - install_dir: bindir, - input: 'lxc-test-fuzzers', - output: 'lxc-test-fuzzers') - test_programs += configure_file( configuration: dummy_config_data, install: want_tests,