summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2015-02-09cmocka: Add Test Anything Protocol message outputAndreas Schneider1-2/+3
This adds support to print test reporting in the Test Anything Protocol. See http://testanything.org/tap-specification.html Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-08doc: Update cmocka documentation for new environment variablesJakub Hrozek1-0/+17
Adds documentation for the new XML and subunit output. Signed-off-by: Jakub Hrozek <jakub.hrozek@posteo.se>
2015-02-08doc: Update cmocka documentation for new test runner.Andreas Schneider2-951/+1393
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2014-04-15cmocka: Add CMOCKA_TEST_ABORT env variable to leave threading apps.Andreas Schneider1-0/+14
BUG: https://open.cryptomilk.org/issues/26 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
2014-04-10cmake: Update UseDoxygen.cmake.Andreas Schneider1-0/+0
2014-02-21Enable warning WundefLukas Slebodnik1-2/+2
It is better to use "#ifdef" for testing macros instead of "#if" In header file, "#ifdef DOXYGEN" was used 30 times and "#if DOXYGEN" 23 times. This patch makes it consistent and enable warning Wundef to prevent this kind of issues. Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-12-19doc: Improve the API mainpage.Andreas Schneider1-24/+21
2013-08-11doc: Update the main doc page.Andreas Schneider1-9/+22
2013-06-04doc: Update doxygen config.Andreas Schneider1-54/+136
2013-02-04doc: Fix links in index.htmlJakub Hrozek1-16/+16
The links were pointing to ../src/example should have been ../example Reviwed-by: Andreas Schneider <asn@cryptomilk.org>
2013-01-15doc: Fix a typo.Andreas Schneider1-1/+1
2012-10-16doc: Fix testcase.Andreas Schneider1-1/+2
2012-10-15doc: Add example for cmocka test case.Andreas Schneider1-0/+29
2012-10-15doc: Add more details to the main page.Andreas Schneider1-0/+30
2012-10-15cmake: Add API documentation support using doxygen.Andreas Schneider3-0/+1855
2012-06-14Rename cmokery to cmocka for a fork.Andreas Schneider2-188/+34
2009-07-23Fixed internal links (<a href="#.*">) to headings that contain spaces when ↵stewartamiles2-28/+31
index.html is converted to wiki format. git-svn-id: http://cmockery.googlecode.com/svn/trunk@40 40f4469a-5155-0410-be90-2de3f0bae501
2009-07-23* Added bash (awk / sed) script to convert cmockery's html docs to a ↵stewartamiles2-40/+179
googlecode.com wiki. * Modified index.html slightly to make the conversion from html to wiki easier. git-svn-id: http://cmockery.googlecode.com/svn/trunk@39 40f4469a-5155-0410-be90-2de3f0bae501
2009-07-23Fixed cmockery "Issue 9: assert_macro.c"stewartamiles1-3/+3
Reported by khb.hnu, Apr 12, 2009 Line30: for (i = 0; i < sizeof(status_code_string) / sizeof(status_code_string[0]); change it as follow: for (i = 0; i < sizeof(status_code_strings) / sizeof(status_code_strings[0]); git-svn-id: http://cmockery.googlecode.com/svn/trunk@33 40f4469a-5155-0410-be90-2de3f0bae501
2008-08-26Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>stewartamiles1-0/+718
* cmockery: initial release: A lightweight library to simplify and generalize the process of writing unit tests for C applications. git-svn-id: http://cmockery.googlecode.com/svn/trunk@3 40f4469a-5155-0410-be90-2de3f0bae501