This commit is contained in:
djonker 2023-03-01 17:08:41 +01:00
parent fab79872f4
commit 06b6ecf443
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Tester ##Tester
catch fsanitize signals catch fsanitize signals
create line that replaces -Wextra with "-g -fsanitize=address" create line that replaces -Wextra with "-g -fsanitize=address"
check for -Wall -Werror -Wextra check for -Wall -Werror -Wextra

View File

@ -6,7 +6,7 @@
# By: houtworm <codam@houtworm.net> // \ \ __| | | \ \/ / # # By: houtworm <codam@houtworm.net> // \ \ __| | | \ \/ / #
# (| | )|_| |_| |> < # # (| | )|_| |_| |> < #
# Created: 2023/02/20 12:46:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ # # Created: 2023/02/20 12:46:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ #
# Updated: 2023/02/23 11:37:38 by houtworm \___)=(___/ # # Updated: 2023/03/01 17:08:17 by houtworm \___)=(___/ #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -33,7 +33,6 @@ checkfile()
if [ $? -ne $2 ] if [ $? -ne $2 ]
then then
printf "\e[1;31mMakefile does not create $1\e[0;00m\n" printf "\e[1;31mMakefile does not create $1\e[0;00m\n"
rm -rf tests/files
exit 1 exit 1
fi fi
} }