Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 558 - more chessboard tests | Kartik K. Agaram | 2015-01-13 | 1 | -1/+38 |
| | |||||
* | 557 | Kartik K. Agaram | 2015-01-13 | 1 | -0/+26 |
| | |||||
* | 556 - correction: check that *read-move* ran to completion | Kartik K. Agaram | 2015-01-13 | 1 | -4/+6 |
| | | | | | Getting the concurrent tests right is still proving difficult. Let's see if things improve with practice. | ||||
* | 555 | Kartik K. Agaram | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | 554 - tedious to have to check for routine errors on every fork | Kartik K. Agaram | 2015-01-13 | 1 | -0/+4 |
| | |||||
* | 552 - timeout for read-move test | Kartik K. Agaram | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | 551 | Kartik K. Agaram | 2015-01-13 | 1 | -1/+1 |
| | | | | Tests force me to extract functions 'read-rank' and 'read-file'. | ||||
* | 549 - suppress prints in read-move | Kartik K. Agaram | 2015-01-13 | 1 | -0/+1 |
| | | | | | | This is the sort of thing we want to make super easy. But there's a bug at the moment: chessboard prints junk input at second move. | ||||
* | 547 - hacky initial tests for reading chess moves | Kartik K. Agaram | 2015-01-13 | 1 | -0/+49 |