Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mobject-store
Commits
f3ce7187
Commit
f3ce7187
authored
Oct 30, 2017
by
Shane Snyder
Browse files
make check tweaks + add stubbed out test case
parent
15aec2b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
f3ce7187
AUTOMAKE_OPTIONS
=
foreign
ACLOCAL_AMFLAGS
=
"-Im4"
# setting this to empty so subdir makefiles can use +=
noinst_HEADERS
=
noinst_LTLIBRARIES
=
noinst_PROGRAMS
=
bin_PROGRAMS
=
check_PROGRAMS
=
TESTS
=
...
...
@@ -19,10 +23,6 @@ include_HEADERS = \
include/librados-mobject-store.h
\
include/mobject-server.h
# setting this to empty so subdir makefiles can use +=
noinst_HEADERS
=
noinst_LTLIBRARIES
=
include
Make.rules
include
$(top_srcdir)/src/Makefile.subdir
...
...
tests/Makefile.subdir
View file @
f3ce7187
...
...
@@ -4,17 +4,23 @@ check_PROGRAMS += \
tests/test-sds-keyval-client
\
tests/mobject-client-test
# don't include rados programs in make check
if
HAVE_RADOS
check
_PROGRAMS
+=
\
noinst
_PROGRAMS
+=
\
tests/rados-mobject-connect-test
endif
#
TESTS += \
#
tests/connect-test.sh
TESTS
+=
\
tests/
mobject-
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}
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
tests_mobject_client_test_SOURCES
=
tests/mobject-client-test.c
tests_mobject_client_test_CPPFLAGS
=
-I
${srcdir}
/include
...
...
@@ -23,9 +29,3 @@ tests_mobject_client_test_LDADD = src/libmobject-store.la ${LIBS}
tests_mobject_server_CPPFLAGS
=
-I
${srcdir}
/include
tests_mobject_server_LDADD
=
src/libmobject-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
tests/mobject-connect-test.sh
0 → 100755
View file @
f3ce7187
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment