diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-13 09:15:47 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-13 09:15:47 -0500 |
commit | 390d949b6dd1ce8c07282dc775707cb8bde79f24 (patch) | |
tree | a6a2782d4c32b47b8ed314f06c2918ee9da60bdd /README | |
parent | e11b2d8379f96df01985da15154c9e06507a5748 (diff) | |
download | mongo-390d949b6dd1ce8c07282dc775707cb8bde79f24.tar.gz |
test target to make dbtests
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + + |