* add mu-msg-file, unit tests

This commit is contained in:
Dirk-Jan C. Binnema
2010-12-07 23:14:11 +02:00
parent a53f549d07
commit 2d0959ec63
4 changed files with 464 additions and 2 deletions

View File

@ -72,9 +72,13 @@ TEST_PROGS += test-mu-store
test_mu_store_SOURCES= test-mu-store.c dummy.cc
test_mu_store_LDADD= libtestmucommon.la
TEST_PROGS += test-mu-msg-file
test_mu_msg_file_SOURCES= test-mu-msg-file.c
test_mu_msg_file_LDADD= libtestmucommon.la
libtestmucommon_la_SOURCES= \
test-mu-common.c \
libtestmucommon_la_SOURCES= \
test-mu-common.c \
test-mu-common.h
libtestmucommon_la_LIBADD= ../libmu.la