[Test] Convert theme-parser test to use libcheck.

This commit is contained in:
Dave Davenport 2017-04-30 17:44:53 +02:00
parent 90d946b809
commit aba295647a
2 changed files with 718 additions and 475 deletions

View File

@ -415,8 +415,8 @@ helper_test_LDADD=\
$(libsn_LIBS)\
$(cairo_LIBS)
theme_parser_test_CFLAGS=${helper_test_CFLAGS}
theme_parser_test_LDADD=${helper_test_LDADD}
theme_parser_test_CFLAGS=${helper_test_CFLAGS} $(check_CFLAGS)
theme_parser_test_LDADD=${helper_test_LDADD} $(check_LIBS)
helper_expand_SOURCES=\
config/config.c\

File diff suppressed because it is too large Load Diff