mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3731] Fix kea-msg-compiler not being installed
And do not install fuzz files.
This commit is contained in:
parent
de9c4b68be
commit
ef58794d73
@ -1,42 +0,0 @@
|
|||||||
install_data(
|
|
||||||
'fuzz_config_kea_dhcp4/empty',
|
|
||||||
'fuzz_config_kea_dhcp4/one-byte',
|
|
||||||
'fuzz_config_kea_dhcp6/empty',
|
|
||||||
'fuzz_config_kea_dhcp6/one-byte',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp4/config-get',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp4/config-get-with-service',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp4/empty',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp4/empty-json-map',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp4/one-byte',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp4/one-entry-json-map',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp6/config-get',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp6/config-get-with-service',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp6/empty',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp6/empty-json-map',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp6/one-byte',
|
|
||||||
'fuzz_http_endpoint_kea_dhcp6/one-entry-json-map',
|
|
||||||
'fuzz_packets_kea_dhcp4/dhcp-payload-only',
|
|
||||||
'fuzz_packets_kea_dhcp4/empty',
|
|
||||||
'fuzz_packets_kea_dhcp4/full-dhcp-packet',
|
|
||||||
'fuzz_packets_kea_dhcp4/one-byte',
|
|
||||||
'fuzz_packets_kea_dhcp4/udp-header',
|
|
||||||
'fuzz_packets_kea_dhcp6/dhcp-payload-only',
|
|
||||||
'fuzz_packets_kea_dhcp6/empty',
|
|
||||||
'fuzz_packets_kea_dhcp6/full-dhcp-packet',
|
|
||||||
'fuzz_packets_kea_dhcp6/one-byte',
|
|
||||||
'fuzz_packets_kea_dhcp6/udp-header',
|
|
||||||
'fuzz_unix_socket_kea_dhcp4/config-get',
|
|
||||||
'fuzz_unix_socket_kea_dhcp4/config-get-with-service',
|
|
||||||
'fuzz_unix_socket_kea_dhcp4/empty',
|
|
||||||
'fuzz_unix_socket_kea_dhcp4/empty-json-map',
|
|
||||||
'fuzz_unix_socket_kea_dhcp4/one-byte',
|
|
||||||
'fuzz_unix_socket_kea_dhcp4/one-entry-json-map',
|
|
||||||
'fuzz_unix_socket_kea_dhcp6/config-get',
|
|
||||||
'fuzz_unix_socket_kea_dhcp6/config-get-with-service',
|
|
||||||
'fuzz_unix_socket_kea_dhcp6/empty',
|
|
||||||
'fuzz_unix_socket_kea_dhcp6/empty-json-map',
|
|
||||||
'fuzz_unix_socket_kea_dhcp6/one-byte',
|
|
||||||
'fuzz_unix_socket_kea_dhcp6/one-entry-json-map',
|
|
||||||
install_dir: 'share/kea/fuzz',
|
|
||||||
preserve_path: true,
|
|
||||||
)
|
|
@ -2,7 +2,6 @@ if not FUZZ_OPT.enabled()
|
|||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
subdir('input')
|
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
|
|
||||||
fuzz_sources = ['fuzz.cc', 'fuzz.h']
|
fuzz_sources = ['fuzz.cc', 'fuzz.h']
|
||||||
|
@ -6,6 +6,7 @@ KEA_MSG_COMPILER = executable(
|
|||||||
'kea-msg-compiler',
|
'kea-msg-compiler',
|
||||||
'message.cc',
|
'message.cc',
|
||||||
include_directories: INCLUDES,
|
include_directories: INCLUDES,
|
||||||
|
install: true,
|
||||||
install_dir: 'bin',
|
install_dir: 'bin',
|
||||||
link_with: LIBS_BUILT_SO_FAR,
|
link_with: LIBS_BUILT_SO_FAR,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user