From 7c9855f9dae0a12d88a15e8a4ef38b2472ed4d72 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 21 Sep 2015 18:08:06 +0200 Subject: [PATCH] Updated README feature list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b6c74..9869aa0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ the user would have with other frameworks: * [x] Test are isolated in their own process, crashes and signals can be reported and tested. * [x] Unified interface between C and C++: include the criterion header and it *just* works. -* [x] There is a support for theories alongside tests +* [x] Supports parameterized tests and theories. * [x] Progress and statistics can be followed in real time with report hooks. * [x] TAP output format can be enabled with an option. * [x] Runs on Linux, FreeBSD, Mac OS X, and Windows (Compiling with MinGW GCC and Visual Studio 2015+).