diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-12-18 21:38:11 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-12-18 21:47:22 -0500 |
commit | b72a85ac2beae5339a78d4335a0f3e253fa25529 (patch) | |
tree | c2dd649226d857782ae048afc6b6a6940a208d68 /SConstruct | |
parent | bfdf4ba06e770bc22389be1676b292bf9143ce1c (diff) | |
download | mongo-b72a85ac2beae5339a78d4335a0f3e253fa25529.tar.gz |
replica set example
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index b158440a42b..5f9e087acba 100644 --- a/SConstruct +++ b/SConstruct @@ -1099,6 +1099,7 @@ clientTests = [] # examples clientTests += [ clientEnv.Program( "firstExample" , [ "client/examples/first.cpp" ] ) ] +clientTests += [ clientEnv.Program( "rsExample" , [ "client/examples/rs.cpp" ] ) ] clientTests += [ clientEnv.Program( "secondExample" , [ "client/examples/second.cpp" ] ) ] clientTests += [ clientEnv.Program( "whereExample" , [ "client/examples/whereExample.cpp" ] ) ] clientTests += [ clientEnv.Program( "authTest" , [ "client/examples/authTest.cpp" ] ) ] |