Skip to content

Commit 08901fd

Browse files
committed
CXX-269 Shared client tests depend on the shared runtime install
1 parent cd91a90 commit 08901fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SConscript.client

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ if buildShared:
482482
sharedClientProgramInstallDir,
483483
sharedClientPrograms)
484484

485+
sharedClientEnv.Depends(sharedClientProgramInstalls, mongoClientSharedLibPrefixInstall)
486+
485487
clientTestPrograms = staticClientPrograms + sharedClientPrograms
486488
clientEnv.Alias('clientTests', clientTestPrograms)
487489

0 commit comments

Comments
 (0)