File: regress.sh

package info (click to toggle)
gnugo 2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,816 kB
  • ctags: 1,828
  • sloc: ansic: 22,091; tcl: 401; sh: 376; makefile: 202
file content (14 lines) | stat: -rwxr-xr-x 793 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#/bin/sh

echo -----------------------------------------------------------------------
echo Here is a test of an annotated game test-tree.sgf
echo -----------------------------------------------------------------------
echo ../src/gnugo --mode test --testmode annotation --infile test-tree.sgf --quiet
../src/gnugo --mode test --testmode annotation --infile test-tree.sgf --quiet

echo -----------------------------------------------------------------------
echo Here is a test of a full game to see if GNU Go would have considered
echo the moves that were made.
echo -----------------------------------------------------------------------
echo ../src/gnugo --mode test --testmode game --infile gnugo_gnugo.sgf --quiet
../src/gnugo --mode test --testmode game --infile gnugo_gnugo.sgf --quiet