summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04fix memory leak with LILY_INFO calls in passing testssanine
2023-10-16clarify comparison precedencesanine
2023-10-16add additional linebreak after failure messagesanine
2023-10-16add more message paddingsanine
2023-10-16fix c++ compilation errors and string.h includesanine
2023-02-04fix segfault when comparing NULL stringssanine
2022-12-31add REQUIRE_EQF and REQUIRE_EQSsanine
2022-12-31add CHECK_EQSsanine
2022-12-31modify error message format and add CHECK_EQFsanine
2022-12-30begin documentation and add lily_begin() and lily_finish()sanine
2022-12-30add CHECK and REQUIRE comparison assertionssanine
2022-12-22change log newlinessanine
2022-12-21add examplesanine
2022-12-19add INFO macrosanine
2022-12-19add basic assertion macrossanine
2022-12-15update test_LILY_LOCATIONsanine-a
2022-12-15fix compile errors for msvcsanine-a
2022-12-15implement basic auto-registrationsanine-a
2022-12-14add macro countersanine-a
2022-12-14begin refactorsanine-a
2022-11-25fix location bug in some testsauto-registersanine
2022-11-25fix absolute value bugsanine
2022-07-14begin using semantic versioningv1.0.0sanine
2022-05-26update README.mdsanine
2022-05-11fix setjmp bug in lily_run_test()sanine
2022-04-24clean up formattingsanine
2022-04-24add license informationsanine
2022-04-24add better comments to lily-test.hsanine
2022-04-24make lily_init() obsoletesanine
2022-04-24add test- and suite-running functionssanine
2022-04-04add enqueue/dequeue lily_mock_t macrossanine
2022-04-04clean up whitespace in testssanine
2022-04-04add lily_mock_t basic functionalitysanine
2022-04-04add LILY_NARGS()sanine
2022-04-04refactor: rename lily_mock_queue_t -> lily_queue_tsanine
2022-04-04implement heterogenous queue testsanine
2022-04-04fix memory leak in _lily_assert_msgsanine
2022-04-04add basic mock queue + testsanine
2022-01-16remove location tests and add lily_assert_int_not_equal testsanine
2022-01-16add test for lily_assert_int_equalsanine
2022-01-16add test for lily_assert_ptr_not_equalsanine
2022-01-16add tests for lily_assert_null and lily_assert_ptr_equalsanine
2021-12-27add test for assert_not_nullsanine
2021-12-27add test for lily_assert_falsesanine
2021-12-27add basic assertionssanine
2021-12-26implement lily_assert_msgsanine
2021-12-26add test for basic assertsanine
2021-12-25begin refactor to two-file librarysanine
2021-12-22add lily_assert_equal macrosanine
2021-12-22delete run_test.csanine