]> git.draconx.ca Git - rrace.git/blobdiff - tests/game.at
tests: Skip reference RNG test on old compilers.
[rrace.git] / tests / game.at
index 7defcdb15ff737dec5c6b7bc40b815e6afcf8b23..7084f6fd0078bf59cb11f020a33c8864d49a8009 100644 (file)
@@ -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])