
Import('env')
env.Append(CPPPATH='#src/math/')
test_objects = env.SConscript(dirs=['test'])
Return('test_objects')

