diff options
author | Anne Lim <anne.lim@mongodb.com> | 2017-07-24 14:54:14 -0400 |
---|---|---|
committer | Anne Lim <anne.lim@mongodb.com> | 2017-08-10 08:23:50 -0400 |
commit | 7741128c7fe6066e968d6de972af25531e38db18 (patch) | |
tree | 24e8295e26070fc94393c01d32b3b0770aa0688d /src/mongo/db/matcher/SConscript | |
parent | 2173ffb9fd23c6894c6820fbf8c08aa876392b55 (diff) | |
download | mongo-7741128c7fe6066e968d6de972af25531e38db18.tar.gz |
SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpression
Diffstat (limited to 'src/mongo/db/matcher/SConscript')
-rw-r--r-- | src/mongo/db/matcher/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/matcher/SConscript b/src/mongo/db/matcher/SConscript index 4f7af21e9a1..da6e5fda909 100644 --- a/src/mongo/db/matcher/SConscript +++ b/src/mongo/db/matcher/SConscript @@ -47,6 +47,7 @@ env.Library( 'match_details.cpp', 'matchable.cpp', 'matcher.cpp', + 'schema/expression_internal_schema_all_elem_match_from_index.cpp', 'schema/expression_internal_schema_cond.cpp', 'schema/expression_internal_schema_fmod.cpp', 'schema/expression_internal_schema_match_array_index.cpp', @@ -84,6 +85,7 @@ env.CppUnitTest( 'expression_tree_test.cpp', 'expression_with_placeholder_test.cpp', 'path_accepting_keyword_test.cpp', + 'schema/expression_internal_schema_all_elem_match_from_index_test.cpp', 'schema/expression_internal_schema_cond_test.cpp', 'schema/expression_internal_schema_fmod_test.cpp', 'schema/expression_internal_schema_match_array_index_test.cpp', |