xlnt/third-party/cxxtest/build_tools/SCons/test/globbing/SConstruct

4 lines
138 B
Python
Raw Normal View History

env = Environment(toolpath=['../../'],tools=['default','cxxtest'])
env.CxxTest('joint_tests',[Glob('src/*.t.h'), 'src/requirement.cpp'])