diff --git a/get_next_line.h b/get_next_line.h index 1a4391a..a338002 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -6,14 +6,13 @@ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/12/19 06:09:11 by djonker #+# #+# */ -/* Updated: 2021/05/27 03:41:54 by djonker \___)=(___/ */ +/* Updated: 2023/03/09 03:26:07 by houtworm \___)=(___/ */ /* */ /* ************************************************************************** */ #ifndef GET_NEXT_LINE_H # define GET_NEXT_LINE_H -# include "get_next_line.h" # include # include # include diff --git a/test.sh b/test.sh index d0f1f68..47041c9 100755 --- a/test.sh +++ b/test.sh @@ -6,7 +6,7 @@ # By: houtworm // \ \ __| | | \ \/ / # # (| | )|_| |_| |> < # # Created: 2023/02/20 12:46:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ # -# Updated: 2023/03/06 09:04:17 by houtworm \___)=(___/ # +# Updated: 2023/03/07 19:06:23 by houtworm \___)=(___/ # # # # **************************************************************************** # @@ -25,7 +25,7 @@ then else printf "\n\e[1;31mInstall Valgrind for extra Memory Checking\e[0;00m\n" fi -HEADLOC=$(find ./ -name '*line.h' | grep -v tests) +HEADLOC=$(find ./ -name '*line.h' | grep -v tests | grep -v ccls) mkdir -p tests/tmp cp $HEADLOC tests/tmp/get_next_line.h if [ $1 == "old" ] @@ -163,7 +163,7 @@ relinkcheck() # Test 1 printf "\e[1;36mTest 1 Checking all source with Norminette\e[0;00m\n" -norminette $(find ./ -name '*.[ch]' | grep -v ./tests/) > tests/tmp/norm +norminette $(find ./ -name '*.[ch]' | grep -v ./tests/ | grep -v ccls) > tests/tmp/norm if [ $? -eq 1 ] then printf "\e[1;31mYour shit is not norm!\e[0;00m\n"