add missing file

This commit is contained in:
Enno Rehling 2016-02-18 12:46:14 +01:00
parent be99c02a82
commit 77ed6f3722
1 changed files with 5 additions and 0 deletions

5
tests/test-turn.lua Normal file
View File

@ -0,0 +1,5 @@
dofile('../scripts/run-turn.lua')
turn = get_turn()
eressea.free_game()
print("trying to read data from " .. turn)
eressea.read_game(turn .. ".dat")