From 8184939f55a4b2179c36b0888818cf91e7f2da98 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 11 Oct 2007 15:12:44 +0200 Subject: [PATCH] Makefile.am: check-evalue: print name of each test file --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ca9dc16..f1f2f4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -302,6 +302,7 @@ check-approx: test_approx$(EXEEXT) check-evalue: @bv_barvinok_maximize@ barvinok_summate$(EXEEXT) @for i in $(top_srcdir)/tests/evalue/*; do \ if test -f $$i; then \ + echo $$i; \ if test -n "@bv_barvinok_maximize@"; then \ ./barvinok_maximize$(EXEEXT) -T < $$i || exit; \ fi; \ -- 2.11.4.GIT