We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94abda commit 3720477Copy full SHA for 3720477
tests/Makefile.am
@@ -3,7 +3,6 @@ noinst_PROGRAMS += test-secondary
3
noinst_PROGRAMS += test-replica-set
4
noinst_PROGRAMS += test-sharded-cluster
5
noinst_PROGRAMS += test-libmongoc
6
-noinst_PROGRAMS += echo-server
7
if ENABLE_SSL
8
noinst_PROGRAMS += test-replica-set-ssl
9
endif
@@ -47,11 +46,6 @@ test_load_CFLAGS = $(TEST_CFLAGS)
47
46
test_load_LDADD = $(TEST_LIBS)
48
49
50
-echo_server_SOURCES = tests/echo-server.c
51
-echo_server_CFLAGS = $(TEST_CFLAGS)
52
-echo_server_LDADD = $(TEST_LIBS)
53
-
54
55
test_secondary_SOURCES = \
56
tests/test-secondary.c \
57
tests/mongoc-tests.c
tests/echo-server.c
0 commit comments