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

Commit 4cd25fc2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Input tests no longer use test_per_src"

parents c37c7ae0 5c379217
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",