diff --git a/tests/Makefile.am b/tests/Makefile.am
index 98e39173dd1da86af2d0a13bed79cccb0285160d..7deedf78eba8e7cf02daf861cade2f090d63df01 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -713,3 +713,8 @@ clean-local:
 	rm -f estimation/test_matrix.mat
 
 	rm -f initval_file/ramst_initval_file_data_col_vec_mat.mat initval_file/ramst_initval_file_data_row_vec_mat.mat initval_file/ramst_initval_file_excel.xls
+
+	find . -name "*.tex" -type f -delete
+	find . -name "*.aux" -type f -delete
+	find . -name "*.log" -type f -delete
+	find . -name "*.eps" -type f -delete