Fixed renamed filename...

...and added missing ones to autotools and cmake build system
This commit is contained in:
Pauli Nieminen 2008-07-05 14:02:42 +00:00
parent 5482f37657
commit 669d8fadc5
2 changed files with 6 additions and 2 deletions

View file

@ -444,9 +444,11 @@ ADD_DEFINITIONS(-DBOOST_TEST_DYN_LINK)
SET(test_SRC
tests/main.cpp
tests/utils/fake_display.cpp
tests/utils/fake_event_source.cpp
tests/test_util.cpp
tests/test_network_worker.cpp
tests/test_endlevel.cpp
tests/test_save_dialog.cpp
${wesnoth-main_SRC}
)

View file

@ -254,9 +254,11 @@ cutter_DEPENDENCIES=libwesnoth-core.a
test_SOURCES = \
tests/main.cpp \
tests/utils/fake_display.cpp \
tests/utils/fake_event_source.cpp \
tests/test_util.cpp \
tests/test_network_worker.cpp \
tests/test_endlevel.cpp \
tests/test_save_dialog.cpp \
$(wesnoth_source)
test_LDADD = $(INTERNALLIBS) $(THELIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)