summaryrefslogtreecommitdiff
path: root/lily-test.h
AgeCommit message (Expand)Author
2023-10-16clarify comparison precedenceHEADmainsanine
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-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-07-14begin using semantic versioningv1.0.0sanine
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-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-04add basic mock queue + testsanine
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-22re-implement basic lily_assert_msg() macrosanine
2021-12-21implement RenatoUtsch's trimmed __FILE__ macrosanine
2021-12-21strip things down in preparation for refactorsanine
2021-12-21refactor: move lily-test.h into root directory and move src/ -> tests/sanine-a