blob: e930a00fbe71b3dd69101821a5aa1d9e6aed4111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-libtextstyle.c
tests/test-libtextstyle-default.css
Depends-on:
c99
isatty
configure.ac:
gl_LIBTEXTSTYLE_OPTIONAL
Makefile.am:
TESTS += test-libtextstyle
check_PROGRAMS += test-libtextstyle
test_libtextstyle_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"
test_libtextstyle_LDADD = $(LDADD) @LIBTEXTSTYLE@
|