test_sources = [
    'test_mat.cpp', 
    'test_vec.cpp',
    ]

Import('env')
test_objects = env.Object(test_sources)
Return('test_objects')

