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

Commit e525db5e 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

Change-Id: Ia8ce4f6ecae5d650722f24a6cade96d9d3834330
parents 228dd2a7 4cd25fc2
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",