Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 757aa7a5 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Linux tests build fix

Test: compile on Linux using ninja
Change-Id: I180679a7a6f12abe83db0480d9007ebdfdf1d451
parent 340bd680
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ static_library("bta") {
executable("net_test_bta") {
  testonly = true
  sources = [
    "gatt/database_builder.cc",
    "test/gatt/database_builder_test.cc",
    "test/gatt/database_builder_sample_device_test.cc",
    "test/gatt/database_test.cc",
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ static_library("hci") {
  ]

  deps = [
    "//common",
    "//third_party/libchrome:base",
  ]
}
+1 −2
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ static_library("osi") {
  ]

  deps = [
    "//common",
    "//third_party/libchrome:base",
  ]
}
@@ -68,14 +69,12 @@ executable("net_test_osi") {
    "test/config_test.cc",
    "test/future_test.cc",
    "test/hash_map_utils_test.cc",
    "test/leaky_bonded_queue_test.cc",
    "test/list_test.cc",
    "test/properties_test.cc",
    "test/rand_test.cc",
    "test/reactor_test.cc",
    "test/ringbuffer_test.cc",
    "test/thread_test.cc",
    "test/time_test.cc",
  ]

  include_dirs = [
+4 −0
Original line number Diff line number Diff line
@@ -274,6 +274,9 @@ executable("net_test_stack_crypto_toolbox") {
executable("net_test_stack_smp") {
  testonly = true
  sources = [
        "smp/p_256_curvepara.cc",
        "smp/p_256_ecc_pp.cc",
        "smp/p_256_multprecision.cc",
        "smp/smp_keys.cc",
        "smp/smp_api.cc",
        "smp/smp_main.cc",
@@ -283,6 +286,7 @@ executable("net_test_stack_smp") {

  include_dirs = [
    "//",
    "//linux_include",
    "//internal_include",
    "//btcore/include",
    "//hci/include",
+2 −1
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@ static_library("types") {
  ]

  sources = [
    "raw_address.cc",
    "bluetooth/uuid.cc",
    "le_address.cc",
    "raw_address.cc",
  ]

  include_dirs = [