summaryrefslogtreecommitdiff
path: root/src/mongo/platform/SConscript
blob: c18fbae3ce8b8845a98c8c700bf8503fc8535571 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: python -*-

Import("env")

env.Library( "platform", "random.cpp" )

env.CppUnitTest('atomic_word_test', 'atomic_word_test.cpp')
env.CppUnitTest('bits_test', 'bits_test.cpp')
env.CppUnitTest('random_test', 'random_test.cpp')