| 188 | |
| 189 | #ifndef NDEBUG |
| 190 | static void run_unit_tests() |
| 191 | { |
| 192 | # if defined( USE_EXECNT ) |
| 193 | extern void execnt_unit_test(); |
| 194 | execnt_unit_test(); |
| 195 | # endif |
| 196 | string_unit_test(); |
| 197 | } |
| 198 | #endif |
| 199 | |
| 200 | int anyhow = 0; |
no test coverage detected