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)
SET(_TEST_FILES
ship_test.c
spell_test.c
ally_test.c
battle_test.c
building_test.c
magic_test.c
equipment_test.c
curse_test.c
item_test.c
move_test.c
pool_test.c
reports_test.c
spellbook_test.c
curse_test.c
jsonconf_test.c
ship.test.c
spell.test.c
ally.test.c
battle.test.c
building.test.c
magic.test.c
equipment.test.c
curse.test.c
item.test.c
move.test.c
pool.test.c
reports.test.c
spellbook.test.c
curse.test.c
jsonconf.test.c
)
SET(_FILES

View File

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