summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-01-13 09:15:47 -0500
committerEliot Horowitz <eliot@10gen.com>2009-01-13 09:15:47 -0500
commit390d949b6dd1ce8c07282dc775707cb8bde79f24 (patch)
treea6a2782d4c32b47b8ed314f06c2918ee9da60bdd /README
parente11b2d8379f96df01985da15154c9e06507a5748 (diff)
downloadmongo-390d949b6dd1ce8c07282dc775707cb8bde79f24.tar.gz
test target to make dbtests
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index ef38588ba2e..d05ad458c2b 100644
--- a/README
+++ b/README
@@ -36,6 +36,8 @@ Mongo uses memory mapped files. If built as a 32 bit executable, you will
not be able to work with large (multi-gigabyte) databases. However, 32 bit
builds should work fine with small development databases.
+To compile the unit tests, you need to install the unit test framework from:
+ http://unittest.red-bean.com/
--- WINDOWS ---
@@ -55,3 +57,5 @@ COMPILING
mkdir \data\
mkdir \data\db
db\db run
+
+