summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/SConscript
diff options
context:
space:
mode:
authorNatalia Jacobowitz <nataliajacobowitz@MacBook-Pro-107.local>2017-06-22 17:10:24 -0400
committerNatalia Jacobowitz <natalia.jacobowitz@mongodb.com>2017-07-14 09:59:26 -0400
commitbaeddbb37594ebff1d5d6d45e1988d73a9e275a4 (patch)
tree6d0d81271a38e67719f66928be45544bc755958e /src/mongo/db/matcher/SConscript
parentf8cb28f58485f89758a3cdca27186aa762313088 (diff)
downloadmongo-baeddbb37594ebff1d5d6d45e1988d73a9e275a4.tar.gz
SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength MatchExpressions
Diffstat (limited to 'src/mongo/db/matcher/SConscript')
-rw-r--r--src/mongo/db/matcher/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/matcher/SConscript b/src/mongo/db/matcher/SConscript
index 5cfc6c86e81..54170e44d78 100644
--- a/src/mongo/db/matcher/SConscript
+++ b/src/mongo/db/matcher/SConscript
@@ -49,6 +49,7 @@ env.Library(
'schema/expression_internal_schema_object_match.cpp',
'schema/expression_internal_schema_unique_items.cpp',
'schema/expression_internal_schema_xor.cpp',
+ 'schema/expression_internal_schema_str_length.cpp',
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
@@ -72,6 +73,8 @@ env.CppUnitTest(
'schema/expression_internal_schema_min_items_test.cpp',
'schema/expression_internal_schema_object_match_test.cpp',
'schema/expression_internal_schema_unique_items_test.cpp',
+ 'schema/expression_internal_schema_max_length_test.cpp',
+ 'schema/expression_internal_schema_min_length_test.cpp',
'schema/expression_internal_schema_xor_test.cpp',
],
LIBDEPS=[