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

Commit d8b956a6 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Disable clang-tidy for some netd tests.

On my machine, this cuts resolv_integration_test build time from
1m36 to 20s, and netd_integration_test build time from 1m06 to
15s.  Running clang-tidy on test code is not particularly valuable
for finding security vulnerabilities, and life is short.

Test: atest resolv_integration_test
Change-Id: I3bf97e937c333bf9e8ac68ddeecea63fe05a1dc1
parent 4ff97d7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ cc_test {
    test_suites: ["device-tests"],
    require_root: true,
    defaults: ["netd_defaults"],
    tidy: false,  // cuts test build time by > 1m30s
    srcs: [
        "dns_responder/dns_responder.cpp",
        "dnsresolver_binder_test.cpp",