Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
add log display to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Aug 25, 2021
1 parent ffb93f6 commit f358d6d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 698,16 @@ untar:
$(RM) -r o$(DISTNAME); mv $(DISTNAME) o$(DISTNAME); \
tar xfz $(DISTNAME).tar.gz)

test:
cd funtest && funtest
tests: FORCE
@(cd funtest; \
echo funtest; \
echo " "; \
for f in `ls foo.i*`; do \
echo "log file: $$f"; \
egrep -v '^foo[0-9]?:|HERE|FILE|EXACT|SUM|PROG|REV|block factor|0a1,2|cur->x,cur->y|^\))' < $$f | \
$(AWK) 'NF>0&&$$1!=")"{print $$0}'; \
echo " "; \
done)

pure: funcalc.pure funcen.pure funcnts.pure funcone.pure \
fundisp.pure funhead.pure funimage.pure funhist.pure \
Expand Down

0 comments on commit f358d6d

Please sign in to comment.