Unitests update

-unittest runner works for non betterC build
-working unittest coverage generation
-unittest runner support for named tests. Simple regex is supported (* as any substring) and two list of expressions are used, one for include regex and one for exclude regex
This commit is contained in:
Mergul 2020-04-14 13:41:39 +02:00
parent 998240f7be
commit 2aef76d75a
4 changed files with 201 additions and 33 deletions

View file

@ -3,6 +3,7 @@ module tests.vector;
import ecs.simple_vector;
//import ecs.vector;
@("simple-vector")
unittest
{
SimpleVector vector;