瀏覽代碼

Uncomment tests

Serj Kalichev 3 年之前
父節點
當前提交
2390127078
共有 1 個文件被更改,包括 0 次插入2 次删除
  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"},