Fix type: end-to-end instead of end-by-end
[anna.git] / source / testing / SConscript
1 Import ('env')
2
3 sources = Glob('*.cpp')
4
5 result = env.StaticLibrary ('anna_testing', sources);
6
7 Return ('result')
8