diff --git a/src/SConscript b/src/SConscript index 41cc546055e..2011615cd78 100644 --- a/src/SConscript +++ b/src/SConscript @@ -329,7 +329,7 @@ test_sources = Split(""" tests/main.cpp tests/test_util.cpp tests/test_network_worker.cpp - tests/test_endlevel.cpp + tests/test_save_dialog.cpp """) test = test_env.WesnothProgram("test", test_sources + [libwesnoth_extras, libwesnoth_core, libwesnoth_sdl, libwesnoth,libtest_utils], have_test_prereqs) #Export("test") diff --git a/src/tests/test_endlevel.cpp b/src/tests/test_save_dialog.cpp similarity index 100% rename from src/tests/test_endlevel.cpp rename to src/tests/test_save_dialog.cpp