mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
test line joining
This commit is contained in:
parent
2847b751e3
commit
9d2429c027
5 changed files with 108 additions and 1 deletions
38
tests/fe-text/Makefile.am
Normal file
38
tests/fe-text/Makefile.am
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
include $(top_srcdir)/utils/glib-tap.mk
|
||||
|
||||
PACKAGE_STRING=fe-text
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core \
|
||||
-I$(top_srcdir)/src/fe-common/core \
|
||||
-I$(top_srcdir)/src/fe-text \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
test_programs = test-paste-join-multiline
|
||||
|
||||
test_paste_join_multiline_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
# test_paste_join_multiline_DEPENDENCIES =
|
||||
|
||||
test_paste_join_multiline_LDADD = \
|
||||
../../src/fe-common/core/libfe_common_core.a \
|
||||
../../src/core/libcore.a \
|
||||
../../src/lib-config/libirssi_config.a \
|
||||
@PROG_LIBS@ \
|
||||
@TEXTUI_LIBS@
|
||||
|
||||
|
||||
test_paste_join_multiline_SOURCES = \
|
||||
../../src/fe-text/gui-entry.c \
|
||||
../../src/fe-text/mainwindows.c \
|
||||
../../src/fe-text/term-terminfo.c \
|
||||
../../src/fe-text/terminfo-core.c \
|
||||
../../src/fe-text/term.c \
|
||||
../../src/fe-text/textbuffer-view.c \
|
||||
../../src/fe-text/textbuffer.c \
|
||||
../../src/fe-text/gui-windows.c \
|
||||
../../src/fe-text/gui-printtext.c \
|
||||
mock-irssi.c \
|
||||
test-paste-join-multiline.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue