32 |
f_in=File(os.path.join(src_dir,i)) |
f_in=File(os.path.join(src_dir,i)) |
33 |
f_out=File(i,test_dir) |
f_out=File(i,test_dir) |
34 |
data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE"))) |
data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE"))) |
35 |
|
|
36 |
|
#We need this because of cblib.py which needs to be present for other tests to work |
37 |
|
for i in example_deps: |
38 |
|
f_in=File(os.path.join(src_dir,i)) |
39 |
|
f_out=File(i,test_dir) |
40 |
|
data_files.append(Command(f_out, f_in, Copy("$TARGET", "$SOURCE"))) |
41 |
Depends(cc, data_files) |
Depends(cc, data_files) |
42 |
|
|
43 |
np=int(local_env['ENV']['ESCRIPT_NUM_NODES']) |
np=int(local_env['ENV']['ESCRIPT_NUM_NODES']) |