Hi, is there a way to have cmake do something like : cmake -E remove /path/*.txt I need to clear tests outputs before running new tests. I have a solution with a GLOB but the list of files is set during cmake configure so it does not work if I run "make test" twice without reconfiguring. Thanks Alexandre