renamedtest files in the rest of the makefiles, too. oops.

This commit is contained in:
Enno Rehling 2014-06-16 08:07:08 -07:00
parent 125fd519a8
commit 6a20594fd3
2 changed files with 19 additions and 19 deletions

View file

@ -1,21 +1,21 @@
project(kernel C) project(kernel C)
SET(_TEST_FILES SET(_TEST_FILES
ship_test.c ship.test.c
spell_test.c spell.test.c
ally_test.c ally.test.c
battle_test.c battle.test.c
building_test.c building.test.c
magic_test.c magic.test.c
equipment_test.c equipment.test.c
curse_test.c curse.test.c
item_test.c item.test.c
move_test.c move.test.c
pool_test.c pool.test.c
reports_test.c reports.test.c
spellbook_test.c spellbook.test.c
curse_test.c curse.test.c
jsonconf_test.c jsonconf.test.c
) )
SET(_FILES SET(_FILES

View file

@ -1,10 +1,10 @@
project(util C) project(util C)
SET(_TEST_FILES SET(_TEST_FILES
base36_test.c base36.test.c
bsdstring_test.c bsdstring.test.c
functions_test.c functions.test.c
umlaut_test.c umlaut.test.c
) )
SET(_FILES SET(_FILES