summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sorter/SConscript')
-rw-r--r--src/mongo/db/sorter/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/sorter/SConscript b/src/mongo/db/sorter/SConscript
new file mode 100644
index 00000000000..2379412b2ed
--- /dev/null
+++ b/src/mongo/db/sorter/SConscript
@@ -0,0 +1,3 @@
+Import("env")
+
+env.CppUnitTest('sorter_test', 'sorter_test.cpp', LIBDEPS=['$BUILD_DIR/third_party/shim_snappy'])