summaryrefslogtreecommitdiff
path: root/tests/robotests/Android.bp
blob: 342dfe695c6e49ff25fe680b5ffa5f76be8e4b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//############################################################
// Car Messenger Robolectric test target.                    #
//############################################################

package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_robolectric_test {
    name: "CarMessengerRoboTests",

    srcs: ["src/**/*.java"],

    java_resource_dirs: ["config"],

    // Include the testing libraries
    libs: [
        "testng",
    ],

    instrumentation_for: "CarMessengerApp",
}