Commit Graph

6 Commits

Author SHA1 Message Date
Andy Schwerin 2716c5467a SERVER-7118 Change "mongo modules" to use SConscript files for modules.
Also allows you to have modules in mongos and the shell, as well as mongod.
Requires changes to the modules, to have SConscript files, and define libraries.
Allows modules to have unit tests, interesting linking rules, dependencies into
mongo, etc.

Still may need to do some work on includes.  The mongo-enterprise module has very
simple include requirements, today.
2012-10-23 16:35:42 -04:00
Dan Crosta 2f5f6a8de1 skip building the moduletests.txt file if no modules 2012-07-11 09:25:09 -04:00
Dan Crosta a6989ade62 allow db modules to declare scripts that are run as a test suite 2012-07-10 11:13:00 -04:00
Dan Crosta 0cd941df19 use env.Glob in buildscripts/moduleconfig 2012-07-10 11:13:00 -04:00
Dan Crosta 6d0f042442 db/modules may not exist, so don't fail if it doesn't 2012-07-06 16:32:11 -04:00
Dan Crosta 09c5aff0fe discover and configure modules in db/modules/ 2012-07-06 16:08:39 -04:00