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

Commit 1239d1d2 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by android-build-merger
Browse files

Merge "Input tests no longer use test_per_src" am: 4cd25fc2

am: e525db5e

Change-Id: I13e85c56c00028cd8b1dc2928f795cd6ac081e2c
parents 26604b76 e525db5e
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",