commit | 5a75a41d0737480127d8ed695418c4ae6b735f42 | [log] [tgz] |
---|---|---|
author | Jon A. Cruz <jonc@osg.samsung.com> | Thu Jul 02 23:36:44 2015 -0700 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Tue Jul 07 15:47:08 2015 +0300 |
tree | afbfff14461ca0c088c9161481a17ac380911875 | |
parent | 492c12fb8be4d3fb0b57c4548029cce5a82291c1 [diff] |
Added simple unit/integration test framework and corresponding test program. Added a simple C-based test framework and an example program that uses it to run through some simple unit tests. This is new code inspired primarily by the approaches of Google Test, Boost Test, JUnit and TestNG. Factors of others were also considered during design and implementation. Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>