Hi, This patch series intends to make unit testing easier. It adds a new "make check" target which can be used to run all unit tests which are currently in the tree. It also enables the unit tests by default, so you don't have to re-run configure with a special switch.
cheers, Gerd Gerd Hoffmann (4): Probe for libcheck by default. move checks to separate variable add "make check" target add test-coroutine to checks Makefile | 10 ++++++++-- configure | 7 ++++--- 2 files changed, 12 insertions(+), 5 deletions(-)