Skip to content

Commit 2c0a2b0

Browse files
committed
updated readmes
1 parent 4a8266f commit 2c0a2b0

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Compilation of utilities for testing and creating chess engines.
66

77
### Whats included
88
- **makebook**: creates a polyglot (bin) opening book from a pgn. Filters can be applied to the pgn. ([read more](https://github.com/andrewbackes/engine-utils/tree/master/makebook))
9-
- **runepd**: takes an EPD and runs the commands against a chess engine. ([read more](https://github.com/andrewbackes/engine-utils/tree/master/runepd))
9+
- **testsuite**: takes an EPD and runs the commands against a chess engine. ([read more](https://github.com/andrewbackes/engine-utils/tree/master/runepd))
1010

1111
### How to get it
1212
You can download a version for your operating system in the [releases](https://github.com/andrewbackes/engine-utils/releases) section.

testsuite/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# runepd
22

3-
*Runepd* is a tool for running a series of EPD positions and operations on a chess engine.
3+
*Testsuite* is a tool for running a series of EPD positions and operations on a chess engine.
44

55
### Usage
66
In the console:
7-
`runepd file.epd enginefile`
7+
`./testsuite file.epd enginefile`
8+
9+
You can specify a 1 hour timeout and output the results to myresults.txt via:
10+
`./testsuite -o myresults.txt -t 1h file.epd enginefile`

0 commit comments

Comments
 (0)