From: Wolfgang Bangerth Date: Mon, 13 Dec 1999 17:46:08 +0000 (+0000) Subject: Allow for the testcases to be run even if . is not in $PATH X-Git-Tag: v8.0.0~21301 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9d6f41eca1744e4806f18f89b3de7e22724300;p=dealii.git Allow for the testcases to be run even if . is not in $PATH git-svn-id: https://svn.dealii.org/trunk@2059 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/Makefile b/tests/fe/Makefile index 583b4a5b23..1b07386594 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -94,8 +94,8 @@ show_transform: $(show_transform-o-files) $(libraries) check: show_transform show_shapes @echo Running programs - @show_transform - @show_shapes + @./show_transform + @./show_shapes @echo Checking results $(MAKE) dodiff