changeset 7489 | 994360413f55 |
parent 7488 | 72d0c878f3c7 |
child 7491 | dea6f61d3247 |
--- a/wscript Mon Sep 12 14:54:27 2011 +0100 +++ b/wscript Mon Sep 12 16:19:24 2011 +0100 @@ -894,7 +894,7 @@ wutils.run_python_program("test.py -n -c core", env) class print_introspected_doxygen_task(Task.TaskBase): - after = 'cc cxx cc_link cxx_link' + after = 'cc cxx link' color = 'BLUE' def __init__(self, bld): @@ -925,7 +925,7 @@ out.close() class run_python_unit_tests_task(Task.TaskBase): - after = 'cc cxx cc_link cxx_link' + after = 'cc cxx link' color = 'BLUE' def __init__(self, bld):