]> git.draconx.ca Git - cdecl99.git/commit
Port random crossparse test to Autotest.
authorNick Bowler <nbowler@draconx.ca>
Fri, 3 Jul 2020 03:16:51 +0000 (23:16 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 3 Jul 2020 03:28:07 +0000 (23:28 -0400)
commit1e7603ac5a3cca436d75ab0ee0778ec18919cbd8
tree01655d04df1b4fb03a087fc835fc98a454b8e21b
parent879d69d46fdf7ddf33beac6c32c7f2646d97d0ca
Port random crossparse test to Autotest.

I don't really know why the existing crossparse testcase is so
complicated.  Sure running the test generation and execution in
parallel may be an interesting approach, but it seems to be total
overkill for this use case.

By enhancing the crossparse application to take a list of test cases
from a file, we can just generate the stimuli in one step and execute
the tests in another which is simple and works fine.

As this is the final test to port to Autotest, we can now retire the
use of the Automake test harness.
Makefile.am
test/crossparse.c
tests/crossparse-c-random.sh [deleted file]
tests/stress.at
testsuite.at