testc_module.c 396 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"}, // demo
  6. // {"testc_faux_ini_signal", "Interrupted by signal"}, // demo
  7. // {"testc_faux_ini_good", "INI subsystem good"}, // demo
  8. {"testc_faux_ini_parse", "Complex test of INI file parsing"},
  9. {NULL, NULL}
  10. };