* add some simply unit tests for mu-runtime, mu-store

This commit is contained in:
Dirk-Jan C. Binnema
2010-12-01 21:57:36 +02:00
parent 3560eecf3a
commit 94487cfe9a
4 changed files with 114 additions and 8 deletions

View File

@ -64,6 +64,14 @@ TEST_PROGS += test-mu-msg
test_mu_msg_SOURCES= test-mu-msg.c
test_mu_msg_LDADD= libtestmucommon.la
TEST_PROGS += test-mu-runtime
test_mu_runtime_SOURCES= test-mu-runtime.c
test_mu_runtime_LDADD= libtestmucommon.la
TEST_PROGS += test-mu-store
test_mu_store_SOURCES= test-mu-store.c dummy.cc
test_mu_store_LDADD= libtestmucommon.la
libtestmucommon_la_SOURCES= \
test-mu-common.c \