mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
silence glib log output during fuzzing on oss-fuzz
This commit is contained in:
parent
96562e460b
commit
9ff224d05d
12 changed files with 48 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ subdir('fe-common')
|
|||
|
||||
executable('irssi-fuzz',
|
||||
files(
|
||||
'null-logger.c',
|
||||
'irssi.c',
|
||||
'../fe-text/module-formats.c',
|
||||
),
|
||||
|
|
@ -23,6 +24,7 @@ executable('irssi-fuzz',
|
|||
|
||||
executable('server-fuzz',
|
||||
files(
|
||||
'null-logger.c',
|
||||
'server.c',
|
||||
'../fe-text/module-formats.c',
|
||||
),
|
||||
|
|
@ -44,5 +46,6 @@ executable('server-fuzz',
|
|||
)
|
||||
|
||||
# noinst_headers = files(
|
||||
# 'null-logger.h',
|
||||
# '../fe-text/module-formats.h',
|
||||
# )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue