make check: Also test included mod maps.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6821 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2009-03-08 18:02:39 +00:00
parent 3905de35cb
commit 571d7e0329
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ CLEANFILES = maplist.txt
TESTS = maptest
maplist.txt:
(cd ../data ; find base -name game.map > ../tests/maplist.txt )
(cd ../data ; find base mods -name game.map > ../tests/maplist.txt )
touch $@