X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/5ba271c9a2d679094dc69dd4e9eff33122022ea0..1b1de4a466963fbfebf76e3920bf0cb573102cff:/tests/game.at diff --git a/tests/game.at b/tests/game.at index 7defcdb..7084f6f 100644 --- a/tests/game.at +++ b/tests/game.at @@ -1,4 +1,4 @@ -# Copyright © 2022-2023 Nick Bowler +# Copyright © 2022-2024 Nick Bowler # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -592,13 +592,7 @@ 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 +TEST_TAP_SIMPLE([xoshiro256** sanity], [rng-test]) AT_SETUP([game_check_goal])