From d8b38b376fba45bdb38d6b7f635dda267776cc46 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 14 Feb 2010 05:55:22 +0000 Subject: [PATCH] Do not remove .inp files, as we have two input files with this suffix. git-svn-id: https://svn.dealii.org/trunk@20621 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 1a169b3aee..80eec52eed 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -204,7 +204,7 @@ clean: */obj.g.$(OBJEXT) */output *~ distclean: clean - -rm -f */exe *.testcase *.inp *.gpl *.eps *.gnuplot + -rm -f */exe *.testcase *.gpl *.eps *.gnuplot show-tests: -- 2.39.5