mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +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
|
|
@ -17,6 +17,7 @@ irssi_fuzz_LDADD = \
|
|||
|
||||
irssi_fuzz_SOURCES = \
|
||||
irssi.c \
|
||||
null-logger.c \
|
||||
../fe-text/module-formats.c
|
||||
|
||||
server_fuzz_DEPENDENCIES = @COMMON_LIBS@
|
||||
|
|
@ -28,7 +29,9 @@ server_fuzz_LDADD = \
|
|||
|
||||
server_fuzz_SOURCES = \
|
||||
server.c \
|
||||
null-logger.c \
|
||||
../fe-text/module-formats.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
null-logger.h \
|
||||
../fe-text/module-formats.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue