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

Import("env")

env = env.Clone()

env.CppUnitTest(
    target='db_catalog_util_test',
    source=['partitioned_test.cpp'],
    LIBDEPS=[],
)