Add the new file to all build systems.
This commit is contained in:
parent
a0a25fb48f
commit
e1bde0e999
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue