1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# SPDX-License-Identifier: LGPL-2.1-or-later exe = executable( 'test-cloud-setup-general', 'test-cloud-setup-general.c', dependencies: [ libnmc_base_dep, libnmc_dep, libnm_cloud_setup_core_dep, ], c_args: [ '-DG_LOG_DOMAIN="test"', ], ) test( 'clients/cloud-setup/tests/test-cloud-setup-general', test_script, args: test_args + [exe.full_path()], )