mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Add tests for channel change events
This commit is contained in:
parent
2ccb312b8b
commit
6f38d67d87
2 changed files with 209 additions and 4 deletions
|
|
@ -8,21 +8,24 @@ AM_CPPFLAGS = \
|
|||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
test_programs = test-irc
|
||||
test_programs = test-channel-events test-irc
|
||||
|
||||
test_irc_CPPFLAGS = \
|
||||
CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/irc/core \
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
test_irc_DEPENDENCIES = \
|
||||
DEPENDENCIES = \
|
||||
../../../src/core/libcore.a \
|
||||
../../../src/lib-config/libirssi_config.a
|
||||
|
||||
test_irc_LDADD = \
|
||||
LDADD = \
|
||||
../../../src/irc/core/libirc_core.a \
|
||||
../../../src/core/libcore.a \
|
||||
../../../src/lib-config/libirssi_config.a \
|
||||
@PROG_LIBS@
|
||||
|
||||
test_channel_events_SOURCES = \
|
||||
test-channel-events.c
|
||||
|
||||
test_irc_SOURCES = \
|
||||
test-irc.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue