Commits


add tests for the type block


typo


retire the old gg


rename `runtime' to `regress' while there also kill an unused rule `regress', it's now redundant since all the tests are run together.


run all kinds of tests via tests.sh/runtime while there also change the dependency in the makefile: iri_test should be alone, not as deps of `data'.


allow to run only a subset of the runtime tests with make TESTS='test_1 test_2 ...' regress now it's possible to run only that specified subset of tests. It's really useful during debugging :)


rework the regression suite The tests are still there, the suite is equivalent to the old one, but this one is better structured. The biggest annoyance I had with the old one was that it wasn't straightforward to test only a specific set of tests. It's still impossible, but it's way easier to do it now. This extract all the tests to their own functions. It's overall better in all possible regards.


update clean target


use certs from regress/


regress/Makefile: add missing LDFLAGS


use -subj /CN=name when generating the keys for the tests `printf | openssl` is ugly :/


add some simple test for fastcgi and while there reorder the targets in the Makefile a bit


move gg to regress


handle CGI scripts that replies with the maximum header length allowed the 1024 bytes limits is for the META only, not for the whole response. That means that the maximum size for the header line is 1029!


dup line