summaryrefslogtreecommitdiff
path: root/src/mongo/platform/SConscript
blob: a1b1e9ae1343aeb933ff2dff931a794131d5321d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- mode: python -*-

Import("env")

env = env.Clone()

env.CppUnitTest('atomic_proxy_test', 'atomic_proxy_test.cpp')
env.CppUnitTest('atomic_word_test', 'atomic_word_test.cpp')
env.CppUnitTest('bits_test', 'bits_test.cpp')
env.CppUnitTest('endian_test', 'endian_test.cpp')
env.CppUnitTest('process_id_test', 'process_id_test.cpp')
env.CppUnitTest('random_test', 'random_test.cpp')
env.CppUnitTest('stack_locator_test', 'stack_locator_test.cpp')
env.CppUnitTest('decimal128_test', 'decimal128_test.cpp')
env.CppUnitTest('decimal128_bson_test', 'decimal128_bson_test.cpp')
env.CppUnitTest('overflow_arithmetic_test', 'overflow_arithmetic_test.cpp')