1 Import('*')
2
3 sources = ['test-orderlist.cpp', 'test-consistencylist.cpp']
4
5 for s in sources:
6 Default(env.Program([s] + external_sources))