new_project_template/vendor/ceedling/plugins/bullseye/bullseye.rake in ceedling-0.0.16 vs new_project_template/vendor/ceedling/plugins/bullseye/bullseye.rake in ceedling-0.0.17

- old
+ new

@@ -138,14 +138,14 @@ @ceedling[:configurator].restore_config end end -if PROJECT_USE_AUXILIARY_DEPENDENCIES +if PROJECT_USE_DEEP_DEPENDENCIES namespace REFRESH_SYM do task BULLSEYE_SYM do @ceedling[:configurator].replace_flattened_config(@ceedling[BULLSEYE_SYM].config) - @ceedling[:test_invoker].refresh_auxiliary_dependencies + @ceedling[:test_invoker].refresh_deep_dependencies @ceedling[:configurator].restore_config end end end