fix: Fixed bad binary name

This commit is contained in:
Theo Champion 2025-10-08 13:15:17 +02:00
parent 5d1f915a77
commit ae66d62f75

View file

@ -2,5 +2,5 @@
for i in ./ressources/bad_maps/*; do
printf "testing $i...\n"
./cub3d $i && printf "$i...\tFAILED (did not detect expected error)\n" || printf "$i...\tPASSED\n"
./cub3D $i && printf "$i...\tFAILED (did not detect expected error)\n" || printf "$i...\tPASSED\n"
done