]> git.draconx.ca Git - cdecl99.git/blobdiff - tests/stress.at
tests: Use TAP helpers in rng-test.
[cdecl99.git] / tests / stress.at
index 51fb0d23f857706a5ce4539b5d2f6e1ff1f2d3f3..b71836950db3d98de82f85b0140e2f489bf4cd20 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2012, 2020, 2022 Nick Bowler
+# Copyright © 2012, 2020, 2022-2023 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
 AT_BANNER([Randomized tests])
 
 dnl Verify the RNG implementation
-AT_SETUP([xoshiro256p sanity])
-
-TEST_NEED_PROGRAM([rng-test])
-AT_CHECK([rng-test >out
-grep -v '^ok' out], [0], [1..200
-])
-
-AT_CLEANUP
+TEST_TAP_SIMPLE([xoshiro256p sanity], [rng-test],
+  [TEST_NEED_PROGRAM([rng-test])])
 
 dnl Verify that randomdecl actually produces all keywords and a variety
 dnl of different declarations.
@@ -36,7 +30,7 @@ m4_define([sanity_tests], [dnl
   [[^type], [type name]],
   [[inline], [inline function specifier]],
   [[inline inline], [redundant function specifiers]],
-  [[function (@<:@@<:@:alnum:@:>@_@:>@* as], [named function parameter]],
+  [[function (@<:@RE_ALNUM()_@:>@* as], [named function parameter]],
   [[function (void)], [empty prototype declaration]],
   [[function returning], [non-prototype function declaration]],
   [[\.\.\.], [variadic function]],