1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
From 06b102bcb7bd7833dd33f9acb7f5fe1367c95537 Mon Sep 17 00:00:00 2001
From: yangfl <yangfl@users.noreply.github.com>
Date: Mon, 22 Feb 2021 00:04:11 +0800
Subject: [PATCH 2/5] Remove tests requiring net
---
cmake/Testing.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/Testing.cmake b/cmake/Testing.cmake
index ff248070b6f2..0f5e62dbd6d1 100644
--- a/cmake/Testing.cmake
+++ b/cmake/Testing.cmake
@@ -34,12 +34,12 @@ function(auto_test subsystem module)
COMMAND ${TEST_CROSSCOMPILING_EMULATOR} test_${module})
endfunction()
-auto_test(core core)
+#auto_test(core core)
auto_test(core contactid)
auto_test(core toxid)
auto_test(core toxstring)
auto_test(chatlog textformatter)
-auto_test(net bsu)
+#auto_test(net bsu)
auto_test(persistence paths)
auto_test(persistence dbschema)
auto_test(persistence offlinemsgengine)
--
2.45.2
|