Update the test binary and source file name.

* To confirm with Vts naming convention.

Bug: 35273456
Test: mma
Change-Id: Ide6d9d15618e65d8cb74363f3a8acd52609cd0dd
This commit is contained in:
Zhuoyao Zhang 2017-02-16 14:58:55 -08:00
parent 801f78cc05
commit f7693eed97
12 changed files with 12 additions and 12 deletions

View file

@ -15,9 +15,9 @@
//
cc_test {
name: "bluetooth_hidl_hal_test",
name: "VtsHalBluetoothV1_0TargetTest",
gtest: true,
srcs: ["bluetooth_hidl_hal_test.cpp"],
srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View file

@ -15,9 +15,9 @@
//
cc_test {
name: "ir_hidl_hal_test",
name: "VtsHalIrV1_0TargetTest",
gtest: true,
srcs: ["ir_hidl_hal_test.cpp"],
srcs: ["VtsHalIrV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View file

@ -15,9 +15,9 @@
//
cc_test {
name: "nfc_hidl_hal_test",
name: "VtsHalNfcV1_0TargetTest",
gtest: true,
srcs: ["nfc_hidl_hal_test.cpp"],
srcs: ["VtsHalNfcV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View file

@ -15,12 +15,12 @@
//
cc_test {
name: "radio_hidl_hal_test",
name: "VtsHalRadioV1_0TargetTest",
gtest: true,
srcs: ["radio_hidl_hal_test.cpp",
"radio_response.cpp",
"radio_hidl_hal_icc.cpp",
"radio_hidl_hal_main.cpp"],
"VtsHalRadioV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View file

@ -15,10 +15,10 @@
//
cc_test {
name: "wifi_hidl_test",
name: "VtsHalWifiV1_0TargetTest",
gtest: true,
srcs: [
"main.cpp",
"VtsHalWifiV1_0TargetTest.cpp",
"wifi_ap_iface_hidl_test.cpp",
"wifi_chip_hidl_test.cpp",
"wifi_hidl_call_util_selftest.cpp",

View file

@ -16,10 +16,10 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := supplicant_hidl_test
LOCAL_MODULE := VtsHalWifiSupplicantV1_0TargetTest
LOCAL_CPPFLAGS := -Wall -Werror -Wextra
LOCAL_SRC_FILES := \
main.cpp \
VtsHalWifiSupplicantV1_0TargetTest.cpp \
supplicant_hidl_test.cpp \
supplicant_hidl_test_utils.cpp \
supplicant_p2p_iface_hidl_test.cpp \