aboutsummaryrefslogtreecommitdiff
path: root/include/junitxml.h
Commit message (Collapse)AuthorAgeFilesLines
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add test_artifactory.c to suite * Add test_ini_getval_wrapper to ini.c * basic ini_getval_TYPE() conversion checks * bugfix: use strtof in INIVAL_TYPE_FLOAT case * Include stdio.h to pull in FILE structure * bugfix: free data at index during strlist_set operation * Previous behavior of setting the pointer to NULL introduced a subtle memory leak * Set strlist error when index it out of range * Import private delivery functions required for mock context creation * Remove static declaration * populate_delivery_cfg() * Add test_junitxml.c * Fix duplicate define value for JUNIT_RESULT_STATE_ERROR * Add static junit test data * Copy test data to current test directory
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-3/+3
|
* Documentation updateJoseph Hunkeler2024-05-201-1/+1
|
* junitxml: add missing "error" typeJoseph Hunkeler2024-05-171-18/+49
|
* DocumentationJoseph Hunkeler2024-05-161-0/+57
|
* First pass at test result creation, and optional markdown->html conversionJoseph Hunkeler2024-05-161-0/+47