Skip to content

Commit f1696e7

Browse files
committed
CDRIVER-793: Missing tests/json directory
1 parent 3d1669b commit f1696e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@ EXTRA_DIST += \
259259
tests/mongoc-tests.h \
260260
tests/trust_dir.cnf \
261261
tests/make_ca.pl \
262-
tests/c_rehash
262+
tests/c_rehash \
263+
$(wildcard tests/json/server_discovery_and_monitoring/*/*.json) \
264+
$(wildcard tests/json/server_selection/rtt/*.json) \
265+
$(wildcard tests/json/server_selection/server_selection/*/*/*.json)
263266

264267
if OS_DARWIN
265268
DEBUGGER = lldb --

0 commit comments

Comments
 (0)