summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation/SConscript
diff options
context:
space:
mode:
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",