OSDN Git Service

net_test_bluetooth: adapter test refactor
[android-x86/system-bt.git] / BUILD.gn
index c89829f..e6cb5cb 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -28,3 +28,15 @@ group("bluetooth") {
     "//vendor_libs:vendor-libs"
   ]
 }
+
+group("bluetooth_tests") {
+  testonly = true
+
+  deps = [
+    "//test/suite:net_test_bluedroid",
+    "//btcore:net_test_btcore",
+    "//hci:net_test_hci",
+    "//osi:net_test_osi",
+    "//device:net_test_device",
+  ]
+}