# -*- mode: python -*- Import("env") env = env.Clone() env.CppUnitTest( target='algebra_test', source=[ 'algebra_test.cpp', ], LIBDEPS=[ ] )