Khaïs COLIN 2025-07-23 12:08:48 +02:00
parent 4b861f77ea
commit ec00bb1048
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

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