gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] patch for 3.1.10


From: Teun Burgers
Subject: [gnugo-devel] patch for 3.1.10
Date: Wed, 17 Oct 2001 20:45:24 +0200

This patch addresses a few small issues

- add regression/regress.pl and interface/GoImage to EXTRA_DIST
- call gtp_set_vertex_transform_hooks() in play_gtp
- add sample reorientation test for owl.tst to regression/Makefile.am

Teun
Index: interface/Makefile.am
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- interface/Makefile.am       2001/09/06 21:34:20     1.3
+++ interface/Makefile.am       2001/10/17 18:35:20
@@ -2,7 +2,7 @@
 
 SUBDIRS = debugboard
 
-EXTRA_DIST = html gtp_examples gnugo.dsp gnugo.el
+EXTRA_DIST = html gtp_examples gnugo.dsp gnugo.el GoImage
 
 noinst_HEADERS = interface.h gmp.h gtp.h
 
Index: interface/play_gtp.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/interface/play_gtp.c,v
retrieving revision 1.35
diff -u -r1.35 play_gtp.c
--- interface/play_gtp.c        2001/10/17 00:07:11     1.35
+++ interface/play_gtp.c        2001/10/17 18:35:26
@@ -236,6 +236,7 @@
   board_size = 19;
   gtp_internal_set_boardsize(19);
   gtp_orientation = gtp_initial_orientation;
+  gtp_set_vertex_transform_hooks(rotate_on_input, rotate_on_output);
   
   /* Prepare pattern matcher and reading code. */
   reset_engine();
Index: regression/Makefile.am
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/Makefile.am,v
retrieving revision 1.12
diff -u -r1.12 Makefile.am
--- regression/Makefile.am      2001/10/15 13:42:05     1.12
+++ regression/Makefile.am      2001/10/17 18:35:29
@@ -11,7 +11,8 @@
 noinst_SCRIPTS = eval.sh regress.sh test.sh
 
 EXTRA_DIST = golois games $(TST) $(noinst_SCRIPTS) regress.awk \
-             STRATEGY NICKLAS READING rot0 rot1 rot5 BREAKAGE
+             STRATEGY NICKLAS READING rot0 rot1 rot5 BREAKAGE \
+            regress.pl
 
 # Remove these files here... they are created locally
 DISTCLEANFILES = *.orig *~
@@ -30,6 +31,16 @@
 
 owl_rot: owl_rot.tst
        $(srcdir)/eval.sh owl_rot.tst
+
+owl_rotall: owl.tst
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 0
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 1
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 2
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 3
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 4
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 5
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 6
+       $(srcdir)/eval.sh owl.tst --gtp-initial-orientation 7
 
 optics: optics.tst
        $(srcdir)/eval.sh optics.tst

reply via email to

[Prev in Thread] Current Thread [Next in Thread]