index
:
eztester
main
A simple header only testing library for C
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-07-22
FEAT: add function to run shell commands
JP Appel
2024-07-22
FIX: remove circular include for header-only version
JP Appel
2024-07-22
README updates
JP Appel
2024-07-22
created header only target
JP Appel
2024-07-22
fix README codeblock
JP Appel
2024-07-22
wrap example program from readme in details tag
JP Appel
2024-07-22
add usage example to README
JP Appel
2024-07-22
renamed file and log function
JP Appel
2024-07-22
add dynamic targets to makefile
JP Appel
2024-07-22
run tests in a separate process
JP Appel
2024-07-21
FEAT/DOC: add static target, build/usage instructions
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
added optimization flags
JP Appel
2024-07-20
enabled warnings, removed unused variable
JP Appel
2024-07-20
added static target, first implementation of eztester
JP Appel
2024-07-20
add gitignore and update readme
JP Appel
2024-07-20
first commit
JP Appel