Browse Source

Uncomment tests

Serj Kalichev 3 years ago
parent
commit
2390127078
1 changed files with 0 additions and 2 deletions
  1. 0 2
      faux/testc_module/testc_module.c

+ 0 - 2
faux/testc_module/testc_module.c

@@ -10,7 +10,6 @@ const char *testc_module[][2] = {
 //	{"testc_faux_ini_signal", "Interrupted by signal"}, // demo
 //	{"testc_faux_ini_good", "INI subsystem good"}, // demo
 
-#if 0
 	// base
 	{"testc_faux_filesize", "Get size of filesystem object"},
 
@@ -46,7 +45,6 @@ const char *testc_module[][2] = {
 	// async
 	{"testc_faux_async_write", "Async write operations"},
 	{"testc_faux_async_read", "Async read operations"},
-#endif
 
 	// buf
 	{"testc_faux_buf", "Dynamic buffer"},