summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation/SConscript
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2021-02-03 16:42:51 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-04 06:19:00 +0000
commit24223334fac1d746f8483cb10eacc4d95e7fcf7c (patch)
treedbe3b7497e245dcc65d9187f800c0774cbe7e68b /src/mongo/db/query/collation/SConscript
parentfde2e1980bf43452e174518028ba50db4d66db0f (diff)
downloadmongo-24223334fac1d746f8483cb10eacc4d95e7fcf7c.tar.gz
Revert "SERVER-52538 Merge Collation and CollationSpec classes"
This reverts commit 780295a9322938abbb1c5f9abbb2b22a4f707357.
Diffstat (limited to 'src/mongo/db/query/collation/SConscript')
-rw-r--r--src/mongo/db/query/collation/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/query/collation/SConscript b/src/mongo/db/query/collation/SConscript
index 653878dc5be..4304071e676 100644
--- a/src/mongo/db/query/collation/SConscript
+++ b/src/mongo/db/query/collation/SConscript
@@ -9,11 +9,11 @@ env.Library(
target="collator_interface",
source=[
"collation_index_key.cpp",
+ "collation_spec.cpp",
"collator_interface.cpp",
],
LIBDEPS=[
"$BUILD_DIR/mongo/base",
- "$BUILD_DIR/mongo/idl/basic_types",
],
)
@@ -101,6 +101,7 @@ icuEnv.CppUnitTest(
source=[
"collation_bson_comparison_test.cpp",
"collation_index_key_test.cpp",
+ "collation_spec_test.cpp",
"collator_factory_icu_locales_test.cpp",
"collator_factory_icu_test.cpp",
"collator_factory_mock_test.cpp",