]> git.draconx.ca Git - cdecl99.git/commit
tests: Avoid shell limitations in huge input tests.
authorNick Bowler <nbowler@draconx.ca>
Tue, 16 Jan 2024 00:52:04 +0000 (19:52 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 16 Jan 2024 00:52:04 +0000 (19:52 -0500)
commitb0dff384ced94bf519054a62a68ce3dd2de26fbd
tree671edbfcafbabaf755728e4870c035f4a92993f8
parent85f21977c90a06318541b0ac547c6e273afabce9
tests: Avoid shell limitations in huge input tests.

It seems that the very large here-documents used in the excessive
specifier/declarator tests can be problematic on some ksh versions.

Normal compression tools handle this data very well, so instead of
using the shell to generate it it should be just fine to just use
gunzip to do this and skip the tests if that cannot be done for
whatever reason.
Makefile.am
tests/data/manydecl.gz [new file with mode: 0644]
tests/data/manyspec.gz [new file with mode: 0644]
tests/stress.at