OSDN Git Service

DO NOT MERGE Remove memory reference to invalid mem in error log
[android-x86/system-bt.git] / BUILD.gn
index c89829f..ffbe4ef 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -25,6 +25,18 @@ group("bluetooth") {
   deps = [
     "//main:bluetooth.default",
     "//service:bluetoothtbd",
-    "//vendor_libs:vendor-libs"
+    "//vendor_libs:vendor-libs",
+  ]
+}
+
+group("bluetooth_tests") {
+  testonly = true
+
+  deps = [
+    "//test/suite:net_test_bluetooth",
+    "//btcore:net_test_btcore",
+    "//hci:net_test_hci",
+    "//osi:net_test_osi",
+    "//device:net_test_device",
   ]
 }