Added inclusion of test_exec binary to test0

This commit is contained in:
Bahadir Balban
2009-09-30 23:45:19 +03:00
parent 4e7d8ddc25
commit 7ca634450b
3 changed files with 26 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ def relocate_bootdesc(target, source, env):
shutil.copyfile(bootdesc_raw.path, target[0].path)
bootdesc_c = e.Command('bootdesc.c', images, generate_bootdesc)
bootdesc_raw = e.Program('bootdesc_raw.elf', bootdesc_c)
bootdesc_raw = e.Program('bootdesc_raw', bootdesc_c)
bootdesc = e.Command('bootdesc.elf', [bootdesc_raw, images], relocate_bootdesc)
Return('bootdesc')