浏览代码

Unit-Test: Deactivate some test points

bel2125 7 年之前
父节点
当前提交
cf05b6e637
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      test/public_server.c

+ 5 - 1
test/public_server.c

@@ -298,8 +298,12 @@ test_mg_start(const struct mg_callbacks *callbacks,
 }
 
 
+void T_ignore(...)
+{
+}
+
 /* Deactivate some test points in different threads */
-#define T()
+#define T(x) T_ignore
 
 
 static void