From 178951c7f16d1c5da4b1f9403a2d53528fef0eb1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 May 2002 06:58:14 +0000 Subject: [PATCH] Add a rule that just prints out the names of the tests. git-svn-id: https://svn.dealii.org/trunk@5859 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 887c86abb3..b4726d7dde 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -130,7 +130,8 @@ veryclean: clean -rm -f *.exe *.testcase *.inp *.gpl *.eps *.gnuplot - +show-tests: + @echo $(tests) ############################################################ # Automatic generation of dependencies @@ -142,4 +143,4 @@ Makefile.depend: $(shell echo *.cc) @perl -pi -e 's/(^[^.]+)\.o:/\1.o \1.go:/;' $@ -.PHONY: report \ No newline at end of file +.PHONY: report show-tests -- 2.39.5