Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
f13ae914
Commit
f13ae914
authored
Nov 01, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more cleanup
parent
455210c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
15 deletions
+2
-15
tests/Makefile.subdir
tests/Makefile.subdir
+2
-5
tests/mobject-server.c
tests/mobject-server.c
+0
-10
tests/sds-keyval-client-test.c
tests/sds-keyval-client-test.c
+0
-0
No files found.
tests/Makefile.subdir
View file @
f13ae914
...
@@ -4,8 +4,7 @@ TESTS_ENVIRONMENT += \
...
@@ -4,8 +4,7 @@ TESTS_ENVIRONMENT += \
check_PROGRAMS
+=
\
check_PROGRAMS
+=
\
tests/mobject-connect-test
\
tests/mobject-connect-test
\
tests/mobject-server
\
tests/sds-keyval-client-test
\
tests/test-sds-keyval-client
\
tests/mobject-client-test
tests/mobject-client-test
# don't include rados programs in make check
# don't include rados programs in make check
...
@@ -26,7 +25,5 @@ endif
...
@@ -26,7 +25,5 @@ endif
tests_mobject_client_test_LDADD
=
src/client/libmobject-store.la
${CLIENT_LIBS}
tests_mobject_client_test_LDADD
=
src/client/libmobject-store.la
${CLIENT_LIBS}
tests_mobject_server_LDADD
=
src/server/libmobject-server.la
${SERVER_LIBS}
tests_sds_keyval_client_test_LDADD
=
${CLIENT_LIBS}
tests_test_sds_keyval_client_LDADD
=
${CLIENT_LIBS}
tests/mobject-server.c
deleted
100644 → 0
View file @
455210c5
#include <margo.h>
#include <mobject-server.h>
/* the SDS-keyval and bake-bulk tests should still work, even if there is a higher-level protocol */
int
main
(
int
argc
,
char
**
argv
)
{
margo_instance_id
mid
;
mid
=
margo_init
(
argv
[
1
],
MARGO_SERVER_MODE
,
0
,
-
1
);
mobject_server_init
(
mid
,
argv
[
2
]);
margo_wait_for_finalize
(
mid
);
}
tests/
test-sds-keyval-clien
t.c
→
tests/
sds-keyval-client-tes
t.c
View file @
f13ae914
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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