From: kanschat Date: Wed, 2 Aug 2006 19:26:59 +0000 (+0000) Subject: actually, we should check for linking, not running X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dead2c49937490fa7820a854109ec9df62e7306;p=dealii-svn.git actually, we should check for linking, not running git-svn-id: https://svn.dealii.org/trunk@13578 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 631aa567be..f47058af38 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -135,7 +135,7 @@ endif ############################################################ report: @for test in $(sort $(tests)) ; do \ - if (($(MAKE) $$test/output 2>&1) > /dev/null); then \ + if (($(MAKE) $$test/exe 2>&1) > /dev/null); then \ if (($(MAKE) $$test/OK stop_on_error=on 2>&1) > /dev/null); then \ echo `date -u +"%Y-%m-%d %H:%M"` " + $(WORKDIR)/$$test" ; \ else \