summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFilesLines
2016-02-10cmake: Add MinGW DLL Prefix WorkaroundJoseph Ates2-25/+38
2015-02-13cmake: Disable some tests on Windows.Andreas Schneider1-0/+3
2015-02-12examples: Use WILL_FAIL instead of regular expressionAndreas Schneider1-7/+7
2015-02-12cmake: Fix running examples on Windows.Andreas Schneider1-12/+8
2015-02-12cmocka: examples: Fix assert macros usageKrzysztof Opasiak1-10/+3
2015-02-12cmake: Fix executing test examples on Windows.Andreas Schneider2-0/+46
2015-02-11include: Fix pointer casting and add check_expected_ptr()Andreas Schneider4-15/+25
2015-02-08tests: Use new cmocka test runner in our tests and examplesAndreas Schneider9-62/+66
2014-02-21Use prefix for commonly used macro PRINTF_ATTRIBUTELukas Slebodnik1-2/+2
2014-02-21Enable warning WundefLukas Slebodnik3-3/+3
2014-02-21Use static modifier for temporary_bufferLukas Slebodnik1-1/+1
2014-01-22cmake: Do not build the chef_wrap example on OSX.Andreas Schneider1-1/+2
2013-12-23tests: Add test_basics.Andreas Schneider2-63/+0
2013-12-23tests: Add test_fixtures.Andreas Schneider2-43/+0
2013-12-23tests: Add test_exception_handler_fail.Andreas Schneider2-40/+0
2013-12-21example: Define UNIT_TESTING in run_tests.c.Andreas Schneider1-0/+4
2013-12-21cmake: Fix calling the assert_module test.Andreas Schneider1-5/+3
2013-12-13example: Add the most simple test with cmocka.Andreas Schneider2-1/+25
2013-12-13example: Fix exception handler test on Solaris.Andreas Schneider1-1/+1
2013-12-11example: Add an exampele to test exception handling.Andreas Schneider2-0/+40
2013-10-27include: Fix unit_test_teardown macro.Andreas Schneider2-0/+42
2013-07-24example: Add missing stdlib.h.Andreas Schneider1-0/+1
2013-07-10example: Fix customer database test on big endian.Andreas Schneider2-4/+9
2013-06-11examples: Fix memory leaks in the waiter_test.Andreas Schneider1-0/+5
2013-06-11examples: Fix build warning in waiter_test.Andreas Schneider1-4/+4
2013-06-04example: Fix building with optimization flags.Andreas Schneider3-13/+19
2013-06-03example: Fix a build warning.Andreas Schneider1-4/+4
2013-06-03example: wrap trickJakub Hrozek6-0/+267
2012-10-20example: Use C style comments.Andreas Schneider7-46/+46
2012-10-16tests: Extend the run_tests example.Andreas Schneider1-1/+23
2012-10-15example: Move examples to top level dir.Andreas Schneider20-0/+1597