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
catch fsanitize signals
create line that replaces -Wextra with "-g -fsanitize=address"
check for -Wall -Werror -Wextra
##Tester
catch fsanitize signals
create line that replaces -Wextra with "-g -fsanitize=address"
check for -Wall -Werror -Wextra

View File

@ -6,7 +6,7 @@
# By: houtworm <codam@houtworm.net> // \ \ __| | | \ \/ / #
# (| | )|_| |_| |> < #
# 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 ]
then
printf "\e[1;31mMakefile does not create $1\e[0;00m\n"
rm -rf tests/files
exit 1
fi
}