summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/SConscript
blob: f610c8aa5d436a09e80aaf491f449956b610acd3 (plain)
1
2
3
4
5
6
7
8
# -*- mode: python; -*-

Import("env")

env.Library('collection_options', ['collection_options.cpp'], LIBDEPS=['$BUILD_DIR/mongo/bson'])

env.CppUnitTest('collection_options_test', ['collection_options_test.cpp'],
                LIBDEPS=['collection_options'])