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

Import("env")

env = env.Clone()

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