Skip to content

Commit

Permalink
truly extracted grammar; test set viewer
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@988 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 4, 2011
1 parent 7160e92 commit 94fada9
Show file tree
Hide file tree
Showing 3 changed files with 1,511 additions and 1,503 deletions.
5 changes: 4 additions & 1 deletion topics/testing/gbtf/tests/samples/Makefile
Expand Up @@ -13,7 +13,10 @@ show:
showt $*.btf

check:
ls -1 *.btf | xargs -n1 validate btf
ls -1 *.btf | xargs -n1 ../../../../../shared/tools/validate btf

view:
ls -1 *.bgf | xargs -n1 ./setview

clean:
rm -f *~
Expand Down
4 changes: 4 additions & 0 deletions topics/testing/gbtf/tests/samples/setview
@@ -0,0 +1,4 @@
#!/bin/sh

/bin/echo -n Test cases for `basename $1 .bgf`:
ls -1 $1.*.btf 2> /dev/null | wc -l

0 comments on commit 94fada9

Please sign in to comment.