Skip to content

Provide unit test driver

Michal Nowak requested to merge mnowak/automake-unit-tests into master

This adds unit test driver for BIND with Automake. The driver runs a unit test and then looks for a core dump in the form core, core.PID, or PID.core, where PID is PID of the unit test.

I checked the result_test unit test log in https://gitlab.isc.org/isc-projects/bind9/pipelines/41971 and https://gitlab.isc.org/isc-projects/bind9/pipelines/41984 and they all seem to provide reasonable GDB backtraces (except for TSAN jobs, bu that seems expected).

Closes #1722 (closed).

Edited by Michal Nowak

Merge request reports