Import('env') srcs = Split(""" redirectStdStreams.c printutil.c assertimpl.c """) test_cpppath = [ '#base/generic' , '#test' , env['CUNIT_CPPPATH'] ] env.Library('asctest',srcs , CPPPATH=test_cpppath )