diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-14 18:20:56 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-14 18:20:56 +0200 |
| commit | c1d6113da12bfbe92ae718d93dd56e25556e52cb (patch) | |
| tree | 55004ff8286a63c655278502a66c40f2ffcbda0b | |
| parent | 8c36dfcde8856692de2bc2456a7bb8ce00f3de56 (diff) | |
adding a tests folder in scripts
| -rwxr-xr-x | scripts/tests/perft.bash (renamed from scripts/perft.bash) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/perft.bash b/scripts/tests/perft.bash index b3a942a..1338569 100755 --- a/scripts/perft.bash +++ b/scripts/tests/perft.bash @@ -15,7 +15,7 @@ testPerft() { if [ "$count" = "$expected" ]; then echo "Results match" echo "Took: $took ms" - else + else echo "RESULTS DONT MATCH" echo "Took: $took ms" echo "Depth: $depth" @@ -59,4 +59,4 @@ for config in "${configs[@]}"; do if [ $status -ne 0 ]; then exit "$status" fi -done
\ No newline at end of file +done |
