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

Commit f69b00aa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Input tests no longer use test_per_src"

parents 5ec3f732 b0d7481d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
// Build the unit tests.
cc_test {
    name: "libinput_tests",
    test_per_src: true,
    srcs: [
        "InputChannel_test.cpp",
        "InputEvent_test.cpp",
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ cc_test {
        "InputReader_test.cpp",
        "InputDispatcher_test.cpp",
    ],
    test_per_src: true,
    cflags: [
        "-Wall",
        "-Werror",