fix a char signedness bug such that this testing code becomes ableto display the contents of databases containing UTF-8 stringson signed char architectures:for example on i386 and amd64, UTF-8 byt
fix a char signedness bug such that this testing code becomes ableto display the contents of databases containing UTF-8 stringson signed char architectures:for example on i386 and amd64, UTF-8 bytes are negative...
show more ...
Add dependencies to build the required test tools for mandoc ondemand. This is necessary to run make regress without make all ormake build.
Mandoc db dump regress depends on objects existing in usr.bin/mandoc.Build them there if they are missing. This allows to run the testswithout runnning a make build before.OK schwarze@
Make this work both with and without "make obj" in src/usr.bin/mandoc;suggested by bluhm@
Test handling of invalid pointers in the pages table.In such cases, do not access NULL pointers in dbm_dump.Make the setup in the run/Makefile a bit more systematic.Output starts getting too long,
Test handling of invalid pointers in the pages table.In such cases, do not access NULL pointers in dbm_dump.Make the setup in the run/Makefile a bit more systematic.Output starts getting too long, so make everything silent;you can always use "make -dl" to debug specific tests.
test suite for the new mandoc.db(5) format;will be enabled after committing in src/usr.bin/mandoc