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

Commit 5e2a866a authored by Filip's avatar Filip
Browse files

Add test to the automotive-tests package

Test: manual build
Bug: 259994542
Change-Id: I1ec38c9ada99eb6806507461e52af859d8b17ce2
parent 358615af
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -55,7 +55,10 @@ cc_test {
        "-Wall",
    ],

    test_suites: ["device-tests"],
    test_suites: [
        "device-tests",
        "automotive-tests",
    ],

}