# -*- 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')
