Revision 1843 trunk/tests/Makefile.am

Makefile.am (revision 1843)
1 1
include $(top_srcdir)/Makefile.decl
2 2

                
3
noinst_PROGRAMS = test_schedular test_regex test_nzbcreator test_nntpconnection_backend test_jsonrpc
3
noinst_PROGRAMS = test_schedular test_regex test_nzbcreator test_nntpconnection_backend test_jsonrpc test_download_queue
4 4

                
5 5
INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)/base -I$(top_srcdir)/plugins -I$(top_srcdir)/nntpgrab_core
6 6
AM_CFLAGS = -Wall
... ...
63 63
                       $(top_srcdir)/plugins/jsonrpc/linkhash.c \
64 64
                       $(top_srcdir)/plugins/jsonrpc/printbuf.c
65 65

                
66
TEST_PROGS += test_nzbcreator test_nntpconnection_backend test_jsonrpc
66
test_download_queue_CFLAGS = -DDOWNLOAD_QUEUE_DONT_SET_TMP_FILENAME
67
test_download_queue_LDADD = $(GLIB_LIBS) $(top_srcdir)/base/libnntpgrab_utils.la
68
test_download_queue_SOURCES =  test_download_queue.c \
69
                               common.c \
70
                               $(top_srcdir)/nntpgrab_core/core_signals.c \
71
                               $(top_srcdir)/nntpgrab_core/collection_alloc.c \
72
                               $(top_srcdir)/nntpgrab_core/configuration.c \
73
                               $(top_srcdir)/nntpgrab_core/download_queue.c \
74
                               $(top_srcdir)/nntpgrab_core/queue_rawfile.c
67 75

                
76
TEST_PROGS += test_nzbcreator test_nntpconnection_backend test_jsonrpc test_download_queue
77

                

Also available in: Unified diff