index
:
eztester
main
A simple header only testing library for C
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eztester.c
Age
Commit message (
Collapse
)
Author
2025-09-03
Simplify namespace prefix
JP Appel
2024-07-26
FEAT: test can now time out
JP Appel
Tests now have an extra field `max_time_ms` which is the max duration before it's process gets killed. A time of 0 ms is used to disable eztester managed timeouts, however a test can still return a timeout status which will be handled similarily.
2024-07-26
REFACTOR/FEAT: created timeout status, changed behavior to a set
JP Appel
2024-07-26
FEAT: worker now raises SIGSTOP while waiting for work
JP Appel
2024-07-23
FIX: worker now exits correctly for behaviour EXIT_ON_WARNING
JP Appel
2024-07-22
FIX: correctly remove shared memory on early exit
JP Appel
2024-07-22
FEAT: add function to run shell commands
JP Appel
2024-07-22
created header only target
JP Appel
2024-07-22
renamed file and log function
JP Appel
2024-07-22
run tests in a separate process
JP Appel
2024-07-20
FIX: set tests pointer on list creation
JP Appel
2024-07-20
FIX: correctly allocate test array when registering with no capacity
JP Appel
2024-07-20
enabled warnings, removed unused variable
JP Appel
2024-07-20
added static target, first implementation of eztester
JP Appel