Commit Briefs

Omar Polo

refactor the makefile / configure

steal more (good) stuff from mandoc-portable :)


Omar Polo

check for the expected page in test_auto_index

not just the number of lines, check the full page!


Omar Polo

add tests for the type block


Omar Polo

typo


Omar Polo

retire the old gg


Omar Polo

rename `runtime' to `regress'

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


Omar Polo

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'.


Omar Polo

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 :)


Omar Polo

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.


Omar Polo

update clean target


Omar Polo

use certs from regress/



Omar Polo

use -subj /CN=name when generating the keys for the tests

`printf | openssl` is ugly :/


Omar Polo

add some simple test for fastcgi

and while there reorder the targets in the Makefile a bit


Omar Polo

move gg to regress