1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-10-19 06:11:22 +02:00

visibility: use include in tests and only set needed functions as public

This commit is contained in:
TiynGER
2021-05-03 00:15:58 +02:00
parent 10098da82f
commit b3c76fd2c1
5 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import einheit
import ./chess.nim
import ./engine.nim
include ./chess.nim
include ./engine.nim
testSuite ChessTest of TestSuite: