소스 검색

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