| 194 | |
| 195 | #ifndef NDEBUG |
| 196 | static void run_unit_tests() |
| 197 | { |
| 198 | # if defined( USE_EXECNT ) |
| 199 | extern void execnt_unit_test(); |
| 200 | execnt_unit_test(); |
| 201 | # endif |
| 202 | string_unit_test(); |
| 203 | } |
| 204 | #endif |
| 205 | |
| 206 | int anyhow = 0; |
no test coverage detected