X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/2529a9651d160ab3a17118d778f5e5584d040765..30f49b9152dcf5ce7baefa9287b0ec627155fba9:/tests/game.at?ds=sidebyside diff --git a/tests/game.at b/tests/game.at index c90ff87..9cfc7af 100644 --- a/tests/game.at +++ b/tests/game.at @@ -540,3 +540,11 @@ AT_CHECK([boardmove m4_do( ]]) AT_CLEANUP + +AT_SETUP([xoshiro256** sanity]) + +AT_CHECK([rng-test >out +grep -v '^ok' out], [0], [1..200 +]) + +AT_CLEANUP