zoneminder/tests
Peter Keresztes Schmidt 68bedfe48f Fix logging format string mismatches
* Remove SZFMTD format macro and use %zu instead for size_t. %zu is understood by every compiler nowadays.
2021-04-30 00:26:24 +02:00
..
data/fonts ZmFont: Store character padding in font file 2021-04-25 23:13:21 +02:00
CMakeLists.txt tests: Add tests for ZmFont 2021-04-25 23:13:21 +02:00
main.cpp Add Catch2 as C++ test framework 2021-02-04 18:53:54 +01:00
zm_comms.cpp tests/comms: Disable tests which bind TCP sockets on CI runs 2021-04-11 02:46:56 +02:00
zm_crypt.cpp tests: Add unit tests for JWT validation 2021-02-04 18:53:58 +01:00
zm_font.cpp Fix logging format string mismatches 2021-04-30 00:26:24 +02:00
zm_utils.cpp utils: Add a clamping function mimicking std::clamp 2021-04-25 23:13:21 +02:00