Add the new file to all build systems.

This commit is contained in:
Mark de Wever 2009-05-02 18:53:57 +00:00
parent a0a25fb48f
commit e1bde0e999
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
src/tests/test_formula_ai.cpp
src/tests/test_formula_ai.cpp
src/tests/gui/test_drop_target.cpp
src/tests/gui/test_gui2.cpp
src/tests/gui/test_save_dialog.cpp

View file

@ -303,6 +303,7 @@ test_SOURCES = \
tests/utils/play_scenario.cpp \
tests/test_config_cache.cpp \
tests/test_formula_ai.cpp \
tests/test_lexical_cast.cpp \
tests/test_network_worker.cpp \
tests/test_policy.cpp \
tests/test_team.cpp \

View file

@ -377,6 +377,7 @@ libtest_utils = test_env.Library("test_utils", test_utils_sources)
test_sources = Split("""
tests/main.cpp
tests/test_formula_ai.cpp
tests/test_lexical_cast.cpp
tests/test_network_worker.cpp
tests/test_policy.cpp
tests/test_team.cpp