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

Commit 8bd4e119 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Installd: Make tests atest-ready" am: a11d432d am: adf456c0

am: fb37d5cc

Change-Id: I6d2223515deb2b4b5738fbafa92821fe02249637
parents cf543be3 fb37d5cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
// Build the unit tests for installd
cc_test {
    name: "installd_utils_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_utils_test.cpp"],
    cflags: ["-Wall", "-Werror"],
@@ -18,6 +19,7 @@ cc_test {

cc_test {
    name: "installd_cache_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_cache_test.cpp"],
    cflags: ["-Wall", "-Werror"],
@@ -39,6 +41,7 @@ cc_test {

cc_test {
    name: "installd_service_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_service_test.cpp"],
    cflags: ["-Wall", "-Werror"],
@@ -60,6 +63,7 @@ cc_test {

cc_test {
    name: "installd_dexopt_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_dexopt_test.cpp"],
    cflags: ["-Wall", "-Werror"],
@@ -81,6 +85,7 @@ cc_test {

cc_test {
    name: "installd_otapreopt_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_otapreopt_test.cpp"],
    cflags: ["-Wall", "-Werror"],