Currently users have to manually reexecute the 2_Generate.py <config> command in order to make changes in the config file apply to the project. This is annoying when these changes occur often, like when changing the name of the executed test.
Maybe including the config file in the cpfInit.cmake file will do the trick.
Currently users have to manually reexecute the
2_Generate.py <config>
command in order to make changes in the config file apply to the project. This is annoying when these changes occur often, like when changing the name of the executed test.Maybe including the config file in the
cpfInit.cmake
file will do the trick.