CuckooChessEngine: Moved unit test code to a separate project, so that

it is not included in DroidFish.
This commit is contained in:
Peter Osterlund
2015-12-21 22:03:47 +01:00
parent d436b8567e
commit c3f34dc9de
17 changed files with 1 additions and 3705 deletions

View File

@@ -139,7 +139,7 @@ import android.widget.Toast;
@SuppressLint("ClickableViewAccessibility")
public class DroidFish extends Activity implements GUIInterface {
// FIXME!!! book.txt (and test classes) should not be included in apk
// FIXME!!! book.txt should not be included in apk
// FIXME!!! PGN view option: game continuation (for training)
// FIXME!!! Remove invalid playerActions in PGN import (should be done in verifyChildren)