app/test: new assert macros and test suite runner
authorDeclan Doherty <declan.doherty@intel.com>
Mon, 21 Jul 2014 14:52:16 +0000 (15:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 1 Aug 2014 15:13:46 +0000 (17:13 +0200)
commitffac67b1f71b6e72b63f637e74f6ea4bea77e1c7
tree410875b7571c9ca55e335d5bac5bc2dbf093bfb7
parent638e82a1399d0a33722d9dd4e64994cf1500399e
app/test: new assert macros and test suite runner

- Adding common test assertion macros for unit testing
- Structs for encapsulating unit tests / test suites data.
- test suite runner method

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/test.c
app/test/test.h