Import("env")

sorterEnv = env.Clone()
sorterEnv.InjectThirdPartyIncludePaths(libraries=['snappy'])
sorterEnv.CppUnitTest('sorter_test',
                      'sorter_test.cpp',
                       LIBDEPS=['$BUILD_DIR/mongo/db/service_context',
                                '$BUILD_DIR/mongo/db/storage/wiredtiger/storage_wiredtiger_customization_hooks',
                                '$BUILD_DIR/third_party/shim_snappy'])
