]> granicus.if.org Git - check/commit
Support arbitrary tagging and selection of testcases.
authorCrispin Dent-Young <cdentyou@brocade.com>
Wed, 29 Jun 2016 08:49:38 +0000 (09:49 +0100)
committercdentyou <cdentyou@gmail.com>
Tue, 12 Jul 2016 07:24:58 +0000 (08:24 +0100)
commit7b0086f280de3f9379988c62a0756cb4451fdd46
treec0ed366154f37bbd259cdfb5426947e5999d6f00
parent7ca2b6d1db2a0cfbad4554f82f1686f3f067eaca
Support arbitrary tagging and selection of testcases.

A testcase can optionally have a list of tags associated with it.
Srunner can be run with an optional include list of tags and an optional
exclude list of tags. These will have the effect of filtering testcases
that would otherwise be run.
doc/check.texi
src/check.c
src/check.h.in
src/check_impl.h
src/check_run.c
tests/CMakeLists.txt
tests/Makefile.am
tests/check_check.h
tests/check_check_main.c
tests/check_check_tags.c [new file with mode: 0644]
tests/check_mem_leaks.c