mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-14 21:57:34 +00:00
trivial: Fix potential compile failures for high -j values
This commit is contained in:
parent
53ce25d985
commit
96e6783982
@ -36,6 +36,7 @@ if get_option('tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir + '"'
|
||||
e = executable(
|
||||
'ata-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-ata-device.c',
|
||||
|
@ -37,6 +37,7 @@ if get_option('tests')
|
||||
cargs += '-DPLUGINBUILDDIR="' + meson.current_build_dir() + '"'
|
||||
e = executable(
|
||||
'dell-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-dell-smi.c',
|
||||
|
@ -6,6 +6,7 @@ install_data(['dfu.quirk'],
|
||||
|
||||
dfu = static_library(
|
||||
'dfu',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'dfu-cipher-xtea.c',
|
||||
'dfu-common.c',
|
||||
@ -117,6 +118,7 @@ if get_option('tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir + '"'
|
||||
e = executable(
|
||||
'dfu-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'dfu-self-test.c'
|
||||
],
|
||||
|
@ -30,6 +30,7 @@ shared_module('fu_plugin_nitrokey',
|
||||
if get_option('tests')
|
||||
e = executable(
|
||||
'nitrokey-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-nitrokey-common.c',
|
||||
'fu-self-test.c',
|
||||
|
@ -38,6 +38,7 @@ if get_option('tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir + '"'
|
||||
e = executable(
|
||||
'nvme-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-nvme-common.c',
|
||||
|
@ -32,6 +32,7 @@ install_data(['redfish.conf'],
|
||||
if get_option('tests')
|
||||
e = executable(
|
||||
'redfish-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-redfish-client.c',
|
||||
|
@ -35,6 +35,7 @@ if get_option('tests')
|
||||
cargs += '-DSOURCEDIR="' + meson.current_source_dir() + '"'
|
||||
e = executable(
|
||||
'synapticsmst-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'synapticsmst-common.c',
|
||||
|
@ -26,6 +26,7 @@ testdatadir_src = join_paths(meson.source_root(), 'data', 'tests')
|
||||
testdatadir_dst = join_paths(meson.build_root(), 'data', 'tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir_src + ':' + testdatadir_dst + '"'
|
||||
executable('tbtfwucli',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-thunderbolt-tool.c',
|
||||
],
|
||||
@ -50,6 +51,7 @@ if get_option('tests') and umockdev.found() and gio.version().version_compare('>
|
||||
cargs += '-DPLUGINBUILDDIR="' + meson.current_build_dir() + '"'
|
||||
e = executable(
|
||||
'thunderbolt-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-plugin-thunderbolt.c',
|
||||
|
@ -50,6 +50,7 @@ if get_option('tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir + '"'
|
||||
e = executable(
|
||||
'udev-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-rom.c',
|
||||
|
@ -83,6 +83,7 @@ if get_option('tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir + '"'
|
||||
e = executable(
|
||||
'uefi-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-uefi-bgrt.c',
|
||||
|
@ -39,6 +39,7 @@ shared_module('fu_plugin_unifying',
|
||||
if get_option('tests')
|
||||
e = executable(
|
||||
'unifying-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-unifying-self-test.c',
|
||||
'fu-unifying-common.c',
|
||||
|
@ -38,6 +38,7 @@ if get_option('tests')
|
||||
cargs += '-DTESTDATADIR="' + testdatadir + '"'
|
||||
e = executable(
|
||||
'wacom-usb-self-test',
|
||||
fu_hash,
|
||||
sources : [
|
||||
'fu-self-test.c',
|
||||
'fu-wac-common.c',
|
||||
|
Loading…
Reference in New Issue
Block a user