cmocka: Include strings.h for strcasecmp
[platform/upstream/cmocka.git] / tests /
2016-02-10 Andreas Schneidertests: Add a group setup assert test
2015-12-18 Joseph Atestests: Add test for call ordering functionality
2015-09-23 Pawel Szewczykcmocka: Allow to pass initial data to test cases
2015-09-14 Jonathon Reinharttest: update test_segfault_recovery to try multiple...
2015-05-11 Ellie Timoneycmocka: Add subtests for groups using TAP output
2015-03-02 Niels de Voscmocka: realloc(ptr, 0) should act as free(ptr)
2015-02-12 Jakub Hrozektests: Use a different regex for segfault on Windows
2015-02-12 Jakub Hrozekcmocka: Include cmocka_private.h after cmocka.h
2015-02-12 Andreas Schneidercmake: Build tests with the static library.
2015-02-11 Andreas Schneidertests: Add io.h for open() and close() on Windows.
2015-02-11 Andreas Schneidercmake: Do not set gcc flags in VC.
2015-02-11 Andreas Schneidertests: Fix test_assert_macros* with Visual Studio.
2015-02-11 Andreas Schneidertests: Fix building the tests with Visual Studio.
2015-02-11 Andreas Schneidercmake: Fix a typo in the options
2015-02-10 Andreas Schneidercmake: Turn off deprecated warning for test_cmockery.c
2015-02-10 Jakub Hrozektests: Add message output format tests
2015-02-09 Andreas Schneidercmake: Add ctest script.
2015-02-09 Andreas SchneiderAdd cmockery legacy header.
2015-02-09 Jakub Hrozekcmocka: Add support for skipping a test
2015-02-08 Jakub Hrozektests: Add a test for failing group setup
2015-02-08 Andreas Schneidertests: Use new cmocka test runner in our tests and...
2015-02-08 Andreas Schneidertests: Add tests for test_malloc() and test_realloc().
2014-04-11 Andreas Schneidertests: Add test_group_fixtures.
2014-04-10 Andreas Schneidertests: Improve the fixture test.
2014-03-03 Lukas SlebodnikTest should not be run if setup function fails
2014-03-03 Lukas Slebodnikbasic_test should be run with other CMOCKA_TESTS
2013-12-24 Andreas Schneidertests: Close the fd in test_assert_macros_fail.
2013-12-23 Andreas SchneiderRevert "tests: Use internal allocation for test_fixtures."
2013-12-23 Andreas Schneidertests: Add test_basics.
2013-12-23 Andreas Schneidertests: Use internal allocation for test_fixtures.
2013-12-23 Andreas Schneidertests: Add test_fixtures.
2013-12-23 Andreas Schneidertests: Add test_exception_handler_fail.
2013-12-23 Andreas Schneidertests: Add test_assert_macros_fail.
2013-12-23 Andreas Schneidertests: Add test_assert_macros.