summaryrefslogtreecommitdiff
path: root/dbtests/dbtests.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-02-17 15:53:19 -0500
committerAaron <aaron@10gen.com>2009-02-17 15:53:19 -0500
commit0e38bc5a8fbb78cfd7897be34f0a9adf3746e4fc (patch)
tree46da4e4e8fd0160b12a259d07e4b5b9b22c2fd3b /dbtests/dbtests.cpp
parenta11da1eaa7decb5722fc21fb7999a20c4c3a5c77 (diff)
downloadmongo-0e38bc5a8fbb78cfd7897be34f0a9adf3746e4fc.tar.gz
FieldBound work
Diffstat (limited to 'dbtests/dbtests.cpp')
-rw-r--r--dbtests/dbtests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbtests/dbtests.cpp b/dbtests/dbtests.cpp
index 659f39fb5f8..e68f8f2b324 100644
--- a/dbtests/dbtests.cpp
+++ b/dbtests/dbtests.cpp
@@ -96,6 +96,7 @@ int main( int argc, char** argv ) {
tests.add( pairingTests(), "pairing" );
tests.add( pdfileTests(), "pdfile" );
tests.add( queryTests(), "query" );
+ tests.add( queryOptimizerTests(), "queryoptimizer" );
tests.add( replTests(), "repl" );
tests.add( sockTests(), "sock" );