diff options
author | Spencer T Brody <spencer@mongodb.com> | 2014-11-18 19:10:13 -0500 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2014-11-20 11:38:11 -0500 |
commit | 13577a48b51202aabd2e55ef95404439aaa4a0c3 (patch) | |
tree | fc39effb51783448ce01d782ca1e767e97b583e6 /src/mongo/SConscript | |
parent | 42d802af32f99663bc1c66456b2d57749010bed5 (diff) | |
download | mongo-13577a48b51202aabd2e55ef95404439aaa4a0c3.tar.gz |
SERVER-15496 Update old unit tests to use new ReplicaSetConfig
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index 1b9481ad3e1..431ae487e5f 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -1097,7 +1097,8 @@ env.Library('mocklib', [ 'dbtests/mock/mock_remote_db_server.cpp', 'dbtests/mock/mock_replica_set.cpp' ], - LIBDEPS=['clientdriver']) + LIBDEPS=['clientdriver', + '$BUILD_DIR/mongo/db/repl/replica_set_messages']) test = env.Install( '#/', |