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
path:
root
/
lily-test.h
Age
Commit message (
Expand
)
Author
2022-07-14
begin using semantic versioning
v1.0.0
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
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
add basic mock queue + test
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
re-implement basic lily_assert_msg() macro
sanine
2021-12-21
implement RenatoUtsch's trimmed __FILE__ macro
sanine
2021-12-21
strip things down in preparation for refactor
sanine
2021-12-21
refactor: move lily-test.h into root directory and move src/ -> tests/
sanine-a