summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/SConscript
diff options
context:
space:
mode:
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=[