summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-02-11tests: Add io.h for open() and close() on Windows.Andreas Schneider1-0/+3
2015-02-11cmake: Do not set gcc flags in VC.Andreas Schneider1-1/+3
2015-02-11tests: Fix test_assert_macros* with Visual Studio.Andreas Schneider2-0/+7
2015-02-11tests: Fix building the tests with Visual Studio.Andreas Schneider2-0/+8
2015-02-11cmake: Fix a typo in the optionsAndreas Schneider1-1/+1
2015-02-10cmake: Turn off deprecated warning for test_cmockery.cAndreas Schneider1-2/+5
2015-02-10tests: Add message output format testsJakub Hrozek1-0/+62
2015-02-09cmake: Add ctest script.Andreas Schneider1-0/+74
2015-02-09Add cmockery legacy header.Andreas Schneider2-1/+34
2015-02-09cmocka: Add support for skipping a testJakub Hrozek2-0/+48
2015-02-08tests: Add a test for failing group setupJakub Hrozek2-0/+42
2015-02-08tests: Use new cmocka test runner in our tests and examplesAndreas Schneider8-45/+62
2015-02-08tests: Add tests for test_malloc() and test_realloc().Andreas Schneider2-0/+72
2014-04-11tests: Add test_group_fixtures.Andreas Schneider2-0/+49
2014-04-10tests: Improve the fixture test.Andreas Schneider1-0/+4
2014-03-03Test should not be run if setup function failsLukas Slebodnik2-1/+88
2014-03-03basic_test should be run with other CMOCKA_TESTSLukas Slebodnik1-1/+2
2013-12-24tests: Close the fd in test_assert_macros_fail.Andreas Schneider1-3/+7
2013-12-23Revert "tests: Use internal allocation for test_fixtures."Andreas Schneider1-2/+2
2013-12-23tests: Add test_basics.Andreas Schneider1-0/+58
2013-12-23tests: Use internal allocation for test_fixtures.Andreas Schneider1-2/+2
2013-12-23tests: Add test_fixtures.Andreas Schneider2-0/+38
2013-12-23tests: Add test_exception_handler_fail.Andreas Schneider2-1/+38
2013-12-23tests: Add test_assert_macros_fail.Andreas Schneider2-1/+42
2013-12-23tests: Add test_assert_macros.Andreas Schneider2-0/+47