home
projects
git
about
index
:
lily-test
auto-register
improve-mock
main
v1.0.0
a C unit testing framework
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-04
fix memory leak with LILY_INFO calls in passing tests
sanine
2023-10-16
clarify comparison precedence
sanine
2023-10-16
add additional linebreak after failure message
sanine
2023-10-16
add more message padding
sanine
2023-10-16
fix c++ compilation errors and string.h include
sanine
2023-02-04
fix segfault when comparing NULL strings
sanine
2022-12-31
add REQUIRE_EQF and REQUIRE_EQS
sanine
2022-12-31
add CHECK_EQS
sanine
2022-12-31
modify error message format and add CHECK_EQF
sanine
2022-12-30
begin documentation and add lily_begin() and lily_finish()
sanine
2022-12-30
add CHECK and REQUIRE comparison assertions
sanine
2022-12-22
change log newlines
sanine
2022-12-21
add example
sanine
2022-12-19
add INFO macro
sanine
2022-12-19
add basic assertion macros
sanine
2022-12-15
update test_LILY_LOCATION
sanine-a
2022-12-15
fix compile errors for msvc
sanine-a
2022-12-15
implement basic auto-registration
sanine-a
2022-12-14
add macro counter
sanine-a
2022-12-14
begin refactor
sanine-a
2022-11-25
fix location bug in some tests
auto-register
sanine
2022-11-25
fix absolute value bug
sanine
2022-07-14
begin using semantic versioning
v1.0.0
sanine
2022-05-26
update README.md
sanine
2022-05-11
fix setjmp bug in lily_run_test()
sanine
2022-04-24
clean up formatting
sanine
2022-04-24
add license information
sanine
2022-04-24
add better comments to lily-test.h
sanine
2022-04-24
make lily_init() obsolete
sanine
2022-04-24
add test- and suite-running functions
sanine
2022-04-04
add enqueue/dequeue lily_mock_t macros
sanine
2022-04-04
clean up whitespace in tests
sanine
2022-04-04
add lily_mock_t basic functionality
sanine
2022-04-04
add LILY_NARGS()
sanine
2022-04-04
refactor: rename lily_mock_queue_t -> lily_queue_t
sanine
2022-04-04
implement heterogenous queue test
sanine
2022-04-04
fix memory leak in _lily_assert_msg
sanine
2022-04-04
add basic mock queue + test
sanine
2022-01-16
remove location tests and add lily_assert_int_not_equal test
sanine
2022-01-16
add test for lily_assert_int_equal
sanine
2022-01-16
add test for lily_assert_ptr_not_equal
sanine
2022-01-16
add tests for lily_assert_null and lily_assert_ptr_equal
sanine
2021-12-27
add test for assert_not_null
sanine
2021-12-27
add test for lily_assert_false
sanine
2021-12-27
add basic assertions
sanine
2021-12-26
implement lily_assert_msg
sanine
2021-12-26
add test for basic assert
sanine
2021-12-25
begin refactor to two-file library
sanine
2021-12-22
add lily_assert_equal macro
sanine
2021-12-22
delete run_test.c
sanine
[next]