Khaïs COLIN 2025-07-23 12:08:48 +02:00 committed by freddy_vqr
parent 4b861f77ea
commit 2d3d614ab3

6
test_badmaps.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
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"
done