]> git.draconx.ca Git - cdecl99.git/commit
Simplify and improve randomdecl sanity test.
authorNick Bowler <nbowler@draconx.ca>
Wed, 9 Feb 2022 04:34:17 +0000 (23:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 9 Feb 2022 08:17:41 +0000 (03:17 -0500)
commitd99c70ac3b5768430d0b9f295ebbba1a94e2a6f2
treed541144da53e85ba349bf4a87e0a1f8fa9817c9f
parent88c05279e142ff97db82c30f4f3936b1ea5eb22a
Simplify and improve randomdecl sanity test.

We don't need to do any weird shell variable stuff here, we can just
directly compute the expected output and verify against that.  As a
bonus, when the test fails this gives a much better description of
which expected forms are missing in the testsuite log.
tests/stress.at