|
|
|
@ -14,7 +14,6 @@ set(tests |
|
|
|
appfat_test |
|
|
|
appfat_test |
|
|
|
automap_test |
|
|
|
automap_test |
|
|
|
cursor_test |
|
|
|
cursor_test |
|
|
|
data_file_test |
|
|
|
|
|
|
|
dead_test |
|
|
|
dead_test |
|
|
|
diablo_test |
|
|
|
diablo_test |
|
|
|
drlg_common_test |
|
|
|
drlg_common_test |
|
|
|
@ -41,6 +40,7 @@ set(tests |
|
|
|
set(standalone_tests |
|
|
|
set(standalone_tests |
|
|
|
codec_test |
|
|
|
codec_test |
|
|
|
crawl_test |
|
|
|
crawl_test |
|
|
|
|
|
|
|
data_file_test |
|
|
|
file_util_test |
|
|
|
file_util_test |
|
|
|
format_int_test |
|
|
|
format_int_test |
|
|
|
ini_test |
|
|
|
ini_test |
|
|
|
@ -91,6 +91,7 @@ target_link_dependencies(codec_test PRIVATE libdevilutionx_codec app_fatal_for_t |
|
|
|
target_link_dependencies(clx_render_benchmark PRIVATE libdevilutionx_so) |
|
|
|
target_link_dependencies(clx_render_benchmark PRIVATE libdevilutionx_so) |
|
|
|
target_link_dependencies(crawl_test PRIVATE libdevilutionx_crawl) |
|
|
|
target_link_dependencies(crawl_test PRIVATE libdevilutionx_crawl) |
|
|
|
target_link_dependencies(crawl_benchmark PRIVATE libdevilutionx_crawl) |
|
|
|
target_link_dependencies(crawl_benchmark PRIVATE libdevilutionx_crawl) |
|
|
|
|
|
|
|
target_link_dependencies(data_file_test PRIVATE libdevilutionx_txtdata app_fatal_for_testing language_for_testing) |
|
|
|
target_link_dependencies(dun_render_benchmark PRIVATE libdevilutionx_so) |
|
|
|
target_link_dependencies(dun_render_benchmark PRIVATE libdevilutionx_so) |
|
|
|
target_link_dependencies(file_util_test PRIVATE libdevilutionx_file_util app_fatal_for_testing) |
|
|
|
target_link_dependencies(file_util_test PRIVATE libdevilutionx_file_util app_fatal_for_testing) |
|
|
|
target_link_dependencies(format_int_test PRIVATE libdevilutionx_format_int language_for_testing) |
|
|
|
target_link_dependencies(format_int_test PRIVATE libdevilutionx_format_int language_for_testing) |
|
|
|
|