Merge branch 'develop' into kill-seen-region

Conflicts:
	src/lighthouse.test.c
This commit is contained in:
Enno Rehling 2016-09-17 21:41:36 +02:00
commit 2e0f96bae3
3 changed files with 3 additions and 6 deletions

6
.gitignore vendored
View File

@ -26,12 +26,6 @@ ipch/
*.bak
bin/
build*/
game-e2/data
game-e2/*.log*
game-e2/reports/
game-e3/data/
game-e3/*.log*
game-e3/reports/
*.log
*.log.*
tags

Binary file not shown.

View File

@ -53,6 +53,9 @@ assert_grep_count reports/$CRFILE '^BURG' 1
assert_grep_count reports/$CRFILE '^EINHEIT' 2
assert_grep_count reports/$CRFILE '^GEGENSTAENDE' 2
assert_grep_count reports/185-heg.nr 'erblickt' 6
assert_grep_count reports/185-heg.cr '"lighthouse";visibility' 6
assert_grep_count reports/185-heg.cr '"neighbour";visibility' 11
assert_grep_count reports/185-6rLo.cr '^EINHEIT' 2
assert_grep_count reports/185-6rLo.cr '^REGION' 13
echo "integration tests: PASS"