Added unit test framework, and some initial unit tests.
[claws.git] / src / plugins / rssyl / libfeed / Makefile.am
1 if BUILD_RSSYL_PLUGIN
2 noinst_LTLIBRARIES = libfeed.la
3
4 if BUILD_TESTS
5 include $(top_srcdir)/tests.mk
6 SUBDIRS = . tests
7 endif
8
9 endif
10
11 libfeed_la_CPPFLAGS = \
12         -Wall \
13         $(GLIB_CFLAGS) \
14         -I$(top_srcdir)/src
15
16 libfeed_la_SOURCES = \
17         date.c date.h \
18         feed.c feed.h \
19         feeditem.c feeditem.h \
20         feeditemenclosure.c feeditemenclosure.h \
21         parser.c parser.h \
22         parser_atom10.c parser_atom10.h \
23         parser_opml.c parser_opml.h \
24         parser_rdf.c parser_rdf.h \
25         parser_rss20.c parser_rss20.h