aboutsummaryrefslogtreecommitdiff
path: root/tests/include/testing.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement logging facility WARN, INFO, DEBUGJoseph Hunkeler39 hours1-0/+1
| | | | | | | * The original macros have been updated * Default log level is WARN * Log level increases per `-v` CLI argument * Tests always use DEBUG level
* Fix verbosity of unit testsJoseph Hunkeler10 days1-10/+17
| | | | * PASS output was never supposed to be permanently toggled on
* Combine declaration and assignment of fpJoseph Hunkeler2026-04-231-2/+1
|
* Add STASIS_TEST_MSG macroJoseph Hunkeler2026-01-031-0/+9
|
* Free result on error in stasis_testing_read_asciiJoseph Hunkeler2025-02-121-1/+2
|
* Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-121-6/+6
|
* Restructure projectdelivery-libJoseph Hunkeler2024-12-111-0/+254
* Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths