* tests/lib/messages.c (test_message_read_file): Fix an fd leak * tests/lib/session.c, tests/lib/session.h: a CamelSession subclass for the test programs. * tests/lib/Makefile.am: include session.[ch] * tests/folder/test*.c: Use a CamelTestSession from libcameltest instead of cut+pasting everywhere. * tests/misc/url.c (main): Update for a camel_url_new change at some point. * tests/*/.cvsignore: Add stuff. * camel-mime-utils.c (rfc2047_encode_word): Fix a silly ==/!= mixup. svn path=/trunk/; revision=10023
15 lines
257 B
Makefile
15 lines
257 B
Makefile
|
|
INCLUDES = -I$(includedir)
|
|
|
|
check_LIBRARIES = libcameltest.a
|
|
|
|
libcameltest_a_SOURCES = \
|
|
camel-test.c camel-test.h \
|
|
messages.c messages.h \
|
|
addresses.c addresses.h \
|
|
folders.c folders.h \
|
|
session.c session.h \
|
|
streams.c streams.h \
|
|
address-data.h
|
|
|