aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2025-09-03Simplify namespace prefixJP Appel
2024-07-26FEAT: test can now time outJP 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-26REFACTOR/FEAT: created timeout status, changed behavior to a setJP Appel
2024-07-22FIX: correctly remove shared memory on early exitJP Appel
2024-07-22DOC: add a shell test to exampleJP Appel
2024-07-22README updatesJP Appel
2024-07-22fix README codeblockJP Appel
2024-07-22wrap example program from readme in details tagJP Appel
2024-07-22add usage example to READMEJP Appel
2024-07-21FEAT/DOC: add static target, build/usage instructionsJP Appel
2024-07-20added static target, first implementation of eztesterJP Appel
2024-07-20add gitignore and update readmeJP Appel
2024-07-20first commitJP Appel