[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnugo-devel] regression makefile
From: |
Gunnar Farneback |
Subject: |
[gnugo-devel] regression makefile |
Date: |
Fri, 14 Nov 2003 00:49:27 +0100 |
User-agent: |
EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode) |
In regression/Makefile.am about 260 lines are spent on make targets
of the form
13x13: 13x13.tst
env RD=$(srcdir) $(srcdir)/eval.sh $^ $(GG_OPTIONS)
This means that you can write
make 13x13
to get the effect of
./eval.sh 13x13.tst
What I wonder is whether anybody ever uses this. Considering that
spelling it out is marginally more typing (assuming auto-completion in
the shell) and that you (if you have Pike installed) can get a nicer
report from "./regress.pike 13x13", it doesn't seem worth the trouble
to add these lines to Makefile.am for every new test suite.
Unless someone still uses it, I propose that we remove these make
targets.
Please notice that the "batch" mechanisms are completely unrelated.
/Gunnar
- [gnugo-devel] regression makefile,
Gunnar Farneback <=