Skip to content

Commit

Permalink
more detailed counting results
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@1011 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 6, 2011
1 parent 9c27a20 commit d29342a
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions topics/testing/gbtf/tests/java/Makefile
@@ -1,6 +1,24 @@
gbtf-options = sc root strip uppy
include ../Makefile.include

%.test:
# restrict to shortest completion
gbtf $*.bgf sc
cj:
@echo Habelitz:
@make sc.count.hab
@make rc.count.hab
@make nc.count.hab
@make bc.count.hab
@make cdbc.count.hab
@echo Parr:
@make sc.count.par
@make rc.count.par
@make nc.count.par
@make bc.count.par
@make cdbc.count.par

%.count.hab:
@/bin/echo -n ' ' $*:
@find . -name 'habelitz.bgf-*-$*-*.btf' | wc -l

%.count.par:
@/bin/echo -n ' ' $*:
@find . -name 'parr.bgf-*-$*-*.btf' | wc -l

0 comments on commit d29342a

Please sign in to comment.