* add mu-flags unit tests

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-16 23:43:36 +03:00
parent 557a5e291c
commit 14aa3c132b
3 changed files with 167 additions and 0 deletions

View File

@ -90,6 +90,10 @@ TEST_PROGS += test-mu-date
test_mu_date_SOURCES= test-mu-date.c dummy.cc
test_mu_date_LDADD= libtestmucommon.la
TEST_PROGS += test-mu-flags
test_mu_flags_SOURCES= test-mu-flags.c dummy.cc
test_mu_flags_LDADD= libtestmucommon.la
# TEST_PROGS += test-mu-msg-file
# test_mu_msg_file_SOURCES= test-mu-msg-file.c dummy.cc