From d29342af9c3f6f92f9eb14275088701853dc56b8 Mon Sep 17 00:00:00 2001 From: grammarware Date: Wed, 6 Apr 2011 12:35:15 +0000 Subject: [PATCH] more detailed counting results git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@1011 ab42f6e0-554d-0410-b580-99e487e6eeb2 --- topics/testing/gbtf/tests/java/Makefile | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/topics/testing/gbtf/tests/java/Makefile b/topics/testing/gbtf/tests/java/Makefile index f1f6cb01..412fa1d9 100755 --- a/topics/testing/gbtf/tests/java/Makefile +++ b/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 \ No newline at end of file