25 |
|
|
26 |
sources = [x for x in filenames if os.path.splitext(x)[1] in ['.cpp', '.c']] |
sources = [x for x in filenames if os.path.splitext(x)[1] in ['.cpp', '.c']] |
27 |
|
|
28 |
local_env.Append(LIBS= ['esysUtils','paso'] + local_env['sys_libs'] ) |
local_env.Append(LIBS= ['escript','esysUtils','paso'] + local_env['sys_libs'] ) |
29 |
local_env['CCFLAGS'] = re.sub("-O[0-9]", "-g", str(local_env['CCFLAGS'])) # Some of these test files are too large to optimize |
local_env['CCFLAGS'] = re.sub("-O[0-9]", "-g", str(local_env['CCFLAGS'])) # Some of these test files are too large to optimize |
30 |
|
|
31 |
program = local_env.Program('PasoTests', sources) |
program = local_env.Program('PasoTests', sources) |