mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
4 lines
138 B
Python
4 lines
138 B
Python
env = Environment(toolpath=['../../'],tools=['default','cxxtest'])
|
|
|
|
env.CxxTest('joint_tests',[Glob('src/*.t.h'), 'src/requirement.cpp'])
|