mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
add test case for format_real_length
This commit is contained in:
parent
43d06369bf
commit
d932e6e4b7
5 changed files with 82 additions and 1 deletions
28
tests/fe-common/core/Makefile.am
Normal file
28
tests/fe-common/core/Makefile.am
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
include $(top_srcdir)/utils/glib-tap.mk
|
||||
|
||||
PACKAGE_STRING=fe-common/core
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
test_programs = test-formats
|
||||
|
||||
test_formats_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/fe-common/core \
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
test_formats_DEPENDENCIES = \
|
||||
../../../src/core/libcore.a \
|
||||
../../../src/lib-config/libirssi_config.a
|
||||
|
||||
test_formats_LDADD = \
|
||||
../../../src/fe-common/core/libfe_common_core.a \
|
||||
../../../src/core/libcore.a \
|
||||
../../../src/lib-config/libirssi_config.a \
|
||||
@GLIB_LIBS@ \
|
||||
@OPENSSL_LIBS@
|
||||
|
||||
test_formats_SOURCES = \
|
||||
test-formats.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue