shfix
This commit is contained in:
parent
fab79872f4
commit
06b6ecf443
@ -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
|
||||||
|
3
test.sh
3
test.sh
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user