Skip to content
Snippets Groups Projects
Verified Commit 3b60e26e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Testsuite: properly clean generated datafiles under kalman/likelihood_from_dynare/

parent 57d19666
No related branches found
No related tags found
No related merge requests found
Pipeline #3171 passed
......@@ -1071,6 +1071,15 @@ clean-local:
rm -f discretionary_policy/dennis_simul.m
rm -f kalman/likelihood_from_dynare/fsdat_simul_corr_ME.m \
kalman/likelihood_from_dynare/fsdat_simul_corr_ME_missing.m \
kalman/likelihood_from_dynare/fsdat_simul_uncorr_ME.m \
kalman/likelihood_from_dynare/fsdat_simul_uncorr_ME_missing.m \
kalman/likelihood_from_dynare/fs_ns_dat_simul_corr_ME.m \
kalman/likelihood_from_dynare/fs_ns_dat_simul_corr_ME_missing.m \
kalman/likelihood_from_dynare/fs_ns_dat_simul_uncorr_ME.m \
kalman/likelihood_from_dynare/fs_ns_dat_simul_uncorr_ME_missing.m
find . -name "*.tex" -type f -delete
find . -name "*.aux" -type f -delete
find . -name "*.log" -type f -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment