check_PROGRAMS += \ tests/mobject-connect-test \ tests/mobject-server if HAVE_RADOS check_PROGRAMS += \ tests/rados-mobject-connect-test endif #TESTS += \ # tests/connect-test.sh tests_mobject_connect_test_SOURCES = tests/mobject-connect-test.c tests_mobject_connect_test_CPPFLAGS = -I${srcdir}/include tests_mobject_connect_test_LDADD = src/libmobject-store.la ${LIBS} tests_mobject_server_CPPFLAGS = -I${srcdir}/include tests_mobject_server_LDADD = src/libmobject-store-server.la ${LIBS} if HAVE_RADOS tests_rados_mobject_connect_test_SOURCES = tests/mobject-connect-test.c tests_rados_mobject_connect_test_CFLAGS = -DUSE_RADOS tests_rados_mobject_connect_test_LDADD = -lrados ${LIBS} endif