aboutsummaryrefslogtreecommitdiffstats
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-26FEAT: worker now raises SIGSTOP while waiting for workJP Appel
2024-07-23FIX: worker now exits correctly for behaviour EXIT_ON_WARNINGJP Appel
2024-07-22FIX: correctly remove shared memory on early exitJP Appel
2024-07-22DOC: add a shell test to exampleJP Appel
2024-07-22FEAT: add function to run shell commandsJP Appel
2024-07-22FIX: remove circular include for header-only versionJP Appel
2024-07-22README updatesJP Appel
2024-07-22created header only targetJP 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-22renamed file and log functionJP Appel
2024-07-22add dynamic targets to makefileJP Appel
2024-07-22run tests in a separate processJP Appel
2024-07-21FEAT/DOC: add static target, build/usage instructionsJP Appel
2024-07-20FIX: set tests pointer on list creationJP Appel
2024-07-20FIX: correctly allocate test array when registering with no capacityJP Appel
2024-07-20added optimization flagsJP Appel
2024-07-20enabled warnings, removed unused variableJP Appel
2024-07-20added static target, first implementation of eztesterJP Appel
2024-07-20add gitignore and update readmeJP Appel
2024-07-20first commitJP Appel