testc_module.c 366 B

123456789101112
  1. #include "faux/ini.h"
  2. const unsigned char testc_version_major = 1;
  3. const unsigned char testc_version_minor = 0;
  4. const char *testc_module[][2] = {
  5. {"testc_faux_ini_bad", "INI bad"},
  6. {"testc_faux_ini_signal", "Interrupted by signal"},
  7. {"testc_faux_ini_good", "INI subsystem good"},
  8. {"testc_faux_ini_parse", "Complex test of INI file parsing"},
  9. {NULL, NULL}
  10. };