From 2f05a46d4a0203b98169cd7a102d4a47d3daa0c1 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 8 May 2024 20:07:54 -0500 Subject: [PATCH] Update: Build files to have the correct build modes. This adds missing build modes and makes sure the correct build modes for special builds (like the level builds) is correct. --- build/level_0/fakefile | 2 +- build/level_1/fakefile | 2 +- build/level_2/fakefile | 2 +- build/monolithic/fakefile | 2 +- build/monolithic/settings | 2 +- build/stand_alone/byte_dump.fakefile | 2 +- build/stand_alone/controller.fakefile | 2 +- build/stand_alone/fake.fakefile | 2 +- build/stand_alone/firewall.fakefile | 2 +- build/stand_alone/fss_basic_list_read.fakefile | 2 +- build/stand_alone/fss_basic_list_write.fakefile | 2 +- build/stand_alone/fss_basic_read.fakefile | 2 +- build/stand_alone/fss_basic_write.fakefile | 2 +- build/stand_alone/fss_extended_list_read.fakefile | 2 +- build/stand_alone/fss_extended_list_write.fakefile | 2 +- build/stand_alone/fss_extended_read.fakefile | 2 +- build/stand_alone/fss_extended_write.fakefile | 2 +- build/stand_alone/fss_identify.fakefile | 2 +- build/stand_alone/fss_payload_read.fakefile | 2 +- build/stand_alone/fss_payload_write.fakefile | 2 +- build/stand_alone/fss_status_code.fakefile | 2 +- build/stand_alone/iki_read.fakefile | 2 +- build/stand_alone/iki_write.fakefile | 2 +- build/stand_alone/status_code.fakefile | 2 +- build/stand_alone/utf8.fakefile | 2 +- level_0/f_account/data/build/fakefile | 2 +- level_0/f_capability/data/build/fakefile | 2 +- level_0/f_color/data/build/fakefile | 2 +- level_0/f_console/data/build/fakefile | 2 +- level_0/f_control_group/data/build/fakefile | 2 +- level_0/f_conversion/data/build/fakefile | 2 +- level_0/f_directory/data/build/fakefile | 2 +- level_0/f_environment/data/build/fakefile | 2 +- level_0/f_execute/data/build/fakefile | 2 +- level_0/f_file/data/build/fakefile | 2 +- level_0/f_fss/data/build/fakefile | 2 +- level_0/f_iki/data/build/fakefile | 2 +- level_0/f_limit/data/build/fakefile | 2 +- level_0/f_memory/data/build/fakefile | 2 +- level_0/f_path/data/build/fakefile | 2 +- level_0/f_pipe/data/build/fakefile | 2 +- level_0/f_print/data/build/fakefile | 2 +- level_0/f_serialize/data/build/fakefile | 2 +- level_0/f_signal/data/build/fakefile | 2 +- level_0/f_socket/data/build/fakefile | 2 +- level_0/f_status/data/build/fakefile | 2 +- level_0/f_status_string/data/build/fakefile | 2 +- level_0/f_string/data/build/fakefile | 2 +- level_0/f_thread/data/build/fakefile | 2 +- level_0/f_type/data/build/fakefile | 2 +- level_0/f_type_array/data/build/fakefile | 2 +- level_0/f_utf/data/build/fakefile | 2 +- level_1/fl_control_group/data/build/fakefile | 2 +- level_1/fl_conversion/data/build/fakefile | 2 +- level_1/fl_directory/data/build/fakefile | 2 +- level_1/fl_environment/data/build/fakefile | 2 +- level_1/fl_execute/data/build/fakefile | 2 +- level_1/fl_fss/data/build/fakefile | 2 +- level_1/fl_iki/data/build/fakefile | 2 +- level_1/fl_print/data/build/fakefile | 2 +- level_1/fl_signal/data/build/fakefile | 2 +- level_1/fl_string/data/build/fakefile | 2 +- level_1/fl_utf/data/build/fakefile | 2 +- level_1/fl_utf_file/data/build/fakefile | 2 +- level_2/fll_control_group/data/build/fakefile | 2 +- level_2/fll_error/data/build/fakefile | 2 +- level_2/fll_execute/data/build/fakefile | 2 +- level_2/fll_file/data/build/fakefile | 2 +- level_2/fll_fss/data/build/fakefile | 2 +- level_2/fll_fss_status_string/data/build/fakefile | 2 +- level_2/fll_iki/data/build/fakefile | 2 +- level_2/fll_path/data/build/fakefile | 2 +- level_2/fll_print/data/build/fakefile | 2 +- level_2/fll_program/data/build/fakefile | 2 +- level_2/fll_status_string/data/build/fakefile | 2 +- 75 files changed, 75 insertions(+), 75 deletions(-) diff --git a/build/level_0/fakefile b/build/level_0/fakefile index d7988c6..e33642a 100644 --- a/build/level_0/fakefile +++ b/build/level_0/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes monolithic clang test + modes level clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/level_1/fakefile b/build/level_1/fakefile index d7988c6..e33642a 100644 --- a/build/level_1/fakefile +++ b/build/level_1/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes monolithic clang test + modes level clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/level_2/fakefile b/build/level_2/fakefile index d7988c6..e33642a 100644 --- a/build/level_2/fakefile +++ b/build/level_2/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes monolithic clang test + modes level clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/monolithic/fakefile b/build/monolithic/fakefile index d7988c6..f60760b 100644 --- a/build/monolithic/fakefile +++ b/build/monolithic/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes monolithic clang test + modes monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/monolithic/settings b/build/monolithic/settings index bc9c32e..2c8f36d 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -177,7 +177,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ defines-threadless -D_di_thread_support_ -flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces +flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces -Wall flags -fstack-clash-protection -fno-delete-null-pointer-checks flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now flags-clang -Wno-logical-op-parentheses diff --git a/build/stand_alone/byte_dump.fakefile b/build/stand_alone/byte_dump.fakefile index 91ec047..d92f394 100644 --- a/build/stand_alone/byte_dump.fakefile +++ b/build/stand_alone/byte_dump.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/controller.fakefile b/build/stand_alone/controller.fakefile index c189e76..c470df7 100644 --- a/build/stand_alone/controller.fakefile +++ b/build/stand_alone/controller.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fake.fakefile b/build/stand_alone/fake.fakefile index 75e8cf3..0779b90 100644 --- a/build/stand_alone/fake.fakefile +++ b/build/stand_alone/fake.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/firewall.fakefile b/build/stand_alone/firewall.fakefile index c07e15d..4980060 100644 --- a/build/stand_alone/firewall.fakefile +++ b/build/stand_alone/firewall.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_basic_list_read.fakefile b/build/stand_alone/fss_basic_list_read.fakefile index c7aeda2..dc75f8e 100644 --- a/build/stand_alone/fss_basic_list_read.fakefile +++ b/build/stand_alone/fss_basic_list_read.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_basic_list_write.fakefile b/build/stand_alone/fss_basic_list_write.fakefile index a87812b..a4fdae8 100644 --- a/build/stand_alone/fss_basic_list_write.fakefile +++ b/build/stand_alone/fss_basic_list_write.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_basic_read.fakefile b/build/stand_alone/fss_basic_read.fakefile index c7aeda2..dc75f8e 100644 --- a/build/stand_alone/fss_basic_read.fakefile +++ b/build/stand_alone/fss_basic_read.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_basic_write.fakefile b/build/stand_alone/fss_basic_write.fakefile index a87812b..a4fdae8 100644 --- a/build/stand_alone/fss_basic_write.fakefile +++ b/build/stand_alone/fss_basic_write.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_extended_list_read.fakefile b/build/stand_alone/fss_extended_list_read.fakefile index c7aeda2..dc75f8e 100644 --- a/build/stand_alone/fss_extended_list_read.fakefile +++ b/build/stand_alone/fss_extended_list_read.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_extended_list_write.fakefile b/build/stand_alone/fss_extended_list_write.fakefile index a87812b..a4fdae8 100644 --- a/build/stand_alone/fss_extended_list_write.fakefile +++ b/build/stand_alone/fss_extended_list_write.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_extended_read.fakefile b/build/stand_alone/fss_extended_read.fakefile index c7aeda2..dc75f8e 100644 --- a/build/stand_alone/fss_extended_read.fakefile +++ b/build/stand_alone/fss_extended_read.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_extended_write.fakefile b/build/stand_alone/fss_extended_write.fakefile index a87812b..a4fdae8 100644 --- a/build/stand_alone/fss_extended_write.fakefile +++ b/build/stand_alone/fss_extended_write.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_identify.fakefile b/build/stand_alone/fss_identify.fakefile index 28e7ca8..b306c4c 100644 --- a/build/stand_alone/fss_identify.fakefile +++ b/build/stand_alone/fss_identify.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_payload_read.fakefile b/build/stand_alone/fss_payload_read.fakefile index c7aeda2..dc75f8e 100644 --- a/build/stand_alone/fss_payload_read.fakefile +++ b/build/stand_alone/fss_payload_read.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_payload_write.fakefile b/build/stand_alone/fss_payload_write.fakefile index a87812b..a4fdae8 100644 --- a/build/stand_alone/fss_payload_write.fakefile +++ b/build/stand_alone/fss_payload_write.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fss_status_code.fakefile b/build/stand_alone/fss_status_code.fakefile index 324bae6..71573c1 100644 --- a/build/stand_alone/fss_status_code.fakefile +++ b/build/stand_alone/fss_status_code.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/iki_read.fakefile b/build/stand_alone/iki_read.fakefile index e0acef5..27d9da8 100644 --- a/build/stand_alone/iki_read.fakefile +++ b/build/stand_alone/iki_read.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/iki_write.fakefile b/build/stand_alone/iki_write.fakefile index b7c6758..5bf69e3 100644 --- a/build/stand_alone/iki_write.fakefile +++ b/build/stand_alone/iki_write.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/status_code.fakefile b/build/stand_alone/status_code.fakefile index e84d526..ed901a7 100644 --- a/build/stand_alone/status_code.fakefile +++ b/build/stand_alone/status_code.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/utf8.fakefile b/build/stand_alone/utf8.fakefile index bbe159c..334794d 100644 --- a/build/stand_alone/utf8.fakefile +++ b/build/stand_alone/utf8.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang test fanalyzer thread threadless + modes stand_alone clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_account/data/build/fakefile b/level_0/f_account/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_account/data/build/fakefile +++ b/level_0/f_account/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_capability/data/build/fakefile b/level_0/f_capability/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_capability/data/build/fakefile +++ b/level_0/f_capability/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_color/data/build/fakefile b/level_0/f_color/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_color/data/build/fakefile +++ b/level_0/f_color/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_console/data/build/fakefile b/level_0/f_console/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_console/data/build/fakefile +++ b/level_0/f_console/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_control_group/data/build/fakefile b/level_0/f_control_group/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_control_group/data/build/fakefile +++ b/level_0/f_control_group/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_conversion/data/build/fakefile b/level_0/f_conversion/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_conversion/data/build/fakefile +++ b/level_0/f_conversion/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_directory/data/build/fakefile b/level_0/f_directory/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_directory/data/build/fakefile +++ b/level_0/f_directory/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_environment/data/build/fakefile b/level_0/f_environment/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_environment/data/build/fakefile +++ b/level_0/f_environment/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_execute/data/build/fakefile b/level_0/f_execute/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_execute/data/build/fakefile +++ b/level_0/f_execute/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_file/data/build/fakefile b/level_0/f_file/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_file/data/build/fakefile +++ b/level_0/f_file/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_fss/data/build/fakefile b/level_0/f_fss/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_fss/data/build/fakefile +++ b/level_0/f_fss/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_iki/data/build/fakefile b/level_0/f_iki/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_iki/data/build/fakefile +++ b/level_0/f_iki/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_limit/data/build/fakefile b/level_0/f_limit/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_limit/data/build/fakefile +++ b/level_0/f_limit/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_memory/data/build/fakefile b/level_0/f_memory/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_memory/data/build/fakefile +++ b/level_0/f_memory/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_path/data/build/fakefile b/level_0/f_path/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_path/data/build/fakefile +++ b/level_0/f_path/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_pipe/data/build/fakefile b/level_0/f_pipe/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_pipe/data/build/fakefile +++ b/level_0/f_pipe/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_print/data/build/fakefile b/level_0/f_print/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_print/data/build/fakefile +++ b/level_0/f_print/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_serialize/data/build/fakefile b/level_0/f_serialize/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_serialize/data/build/fakefile +++ b/level_0/f_serialize/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_signal/data/build/fakefile b/level_0/f_signal/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_signal/data/build/fakefile +++ b/level_0/f_signal/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_socket/data/build/fakefile b/level_0/f_socket/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_socket/data/build/fakefile +++ b/level_0/f_socket/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_status/data/build/fakefile b/level_0/f_status/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_status/data/build/fakefile +++ b/level_0/f_status/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_status_string/data/build/fakefile b/level_0/f_status_string/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_status_string/data/build/fakefile +++ b/level_0/f_status_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_string/data/build/fakefile b/level_0/f_string/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_string/data/build/fakefile +++ b/level_0/f_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_thread/data/build/fakefile b/level_0/f_thread/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_thread/data/build/fakefile +++ b/level_0/f_thread/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_type/data/build/fakefile b/level_0/f_type/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_type/data/build/fakefile +++ b/level_0/f_type/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_type_array/data/build/fakefile b/level_0/f_type_array/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_type_array/data/build/fakefile +++ b/level_0/f_type_array/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_utf/data/build/fakefile b/level_0/f_utf/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_0/f_utf/data/build/fakefile +++ b/level_0/f_utf/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_control_group/data/build/fakefile b/level_1/fl_control_group/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_control_group/data/build/fakefile +++ b/level_1/fl_control_group/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_conversion/data/build/fakefile b/level_1/fl_conversion/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_conversion/data/build/fakefile +++ b/level_1/fl_conversion/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_directory/data/build/fakefile b/level_1/fl_directory/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_directory/data/build/fakefile +++ b/level_1/fl_directory/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_environment/data/build/fakefile b/level_1/fl_environment/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_environment/data/build/fakefile +++ b/level_1/fl_environment/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_execute/data/build/fakefile b/level_1/fl_execute/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_execute/data/build/fakefile +++ b/level_1/fl_execute/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_fss/data/build/fakefile b/level_1/fl_fss/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_fss/data/build/fakefile +++ b/level_1/fl_fss/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_iki/data/build/fakefile b/level_1/fl_iki/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_iki/data/build/fakefile +++ b/level_1/fl_iki/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_print/data/build/fakefile b/level_1/fl_print/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_print/data/build/fakefile +++ b/level_1/fl_print/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_signal/data/build/fakefile b/level_1/fl_signal/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_signal/data/build/fakefile +++ b/level_1/fl_signal/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_string/data/build/fakefile b/level_1/fl_string/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_string/data/build/fakefile +++ b/level_1/fl_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_utf/data/build/fakefile b/level_1/fl_utf/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_utf/data/build/fakefile +++ b/level_1/fl_utf/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_utf_file/data/build/fakefile b/level_1/fl_utf_file/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_1/fl_utf_file/data/build/fakefile +++ b/level_1/fl_utf_file/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_control_group/data/build/fakefile b/level_2/fll_control_group/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_control_group/data/build/fakefile +++ b/level_2/fll_control_group/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_error/data/build/fakefile b/level_2/fll_error/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_error/data/build/fakefile +++ b/level_2/fll_error/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_execute/data/build/fakefile b/level_2/fll_execute/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_execute/data/build/fakefile +++ b/level_2/fll_execute/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_file/data/build/fakefile b/level_2/fll_file/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_file/data/build/fakefile +++ b/level_2/fll_file/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_fss/data/build/fakefile b/level_2/fll_fss/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_fss/data/build/fakefile +++ b/level_2/fll_fss/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_fss_status_string/data/build/fakefile b/level_2/fll_fss_status_string/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_fss_status_string/data/build/fakefile +++ b/level_2/fll_fss_status_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_iki/data/build/fakefile b/level_2/fll_iki/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_iki/data/build/fakefile +++ b/level_2/fll_iki/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_path/data/build/fakefile b/level_2/fll_path/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_path/data/build/fakefile +++ b/level_2/fll_path/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_print/data/build/fakefile b/level_2/fll_print/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_print/data/build/fakefile +++ b/level_2/fll_print/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_program/data/build/fakefile b/level_2/fll_program/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_program/data/build/fakefile +++ b/level_2/fll_program/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_status_string/data/build/fakefile b/level_2/fll_status_string/data/build/fakefile index e49f09c..c249d41 100644 --- a/level_2/fll_status_string/data/build/fakefile +++ b/level_2/fll_status_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH -- 1.8.3.1