summaryrefslogtreecommitdiff
path: root/dbtests/dbtests.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-05-11 10:49:30 -0400
committerAaron <aaron@10gen.com>2009-05-11 10:49:30 -0400
commitf077e9f75dd0afd541751650f53e0d1c91913c52 (patch)
treedb75ce4d1c277cd15ee2097a80ebe39b9e0408d9 /dbtests/dbtests.cpp
parent66a33c816232511bb5ba6e21049a0d318be2ba22 (diff)
downloadmongo-f077e9f75dd0afd541751650f53e0d1c91913c52.tar.gz
add cursortests
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 00e33881baf..892b56149d0 100644
--- a/dbtests/dbtests.cpp
+++ b/dbtests/dbtests.cpp
@@ -96,6 +96,7 @@ int main( int argc, char** argv ) {
tests.add( basicTests(), "basic" );
tests.add( btreeTests(), "btree" );
+ tests.add( cursorTests(), "cursor" );
tests.add( jsobjTests(), "jsobj" );
tests.add( jsonTests(), "json" );
tests.add( matcherTests(), "matcher" );