summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJon A. Cruz <jonc@osg.samsung.com>2015-07-02 23:36:44 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-07-07 15:47:08 +0300
commit5a75a41d0737480127d8ed695418c4ae6b735f42 (patch)
treeafbfff14461ca0c088c9161481a17ac380911875 /.gitignore
parent492c12fb8be4d3fb0b57c4548029cce5a82291c1 (diff)
downloadweston-5a75a41d0737480127d8ed695418c4ae6b735f42.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 01234a2a..2e6a9e2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,5 @@ weston.ini.5
/tests/weston-ivi.ini
internal-screenshot-00.png
+
+/zuctest