OSDN Git Service

DO NOT MERGE ANYWHERE net_test_bluetooth: replace with gtest variant
authorScott James Remnant <keybuk@google.com>
Wed, 11 Nov 2015 19:51:20 +0000 (11:51 -0800)
committerJoshua Schwarz <joshuaschwarz@google.com>
Thu, 17 Dec 2015 23:01:33 +0000 (15:01 -0800)
commit786a7e5941b7826a3b19d042aaba2763a103284e
tree6547c335abfa36d340b9d72b4f7eb02ef774ead3
parent78ec0dc4419004fc4851850ba3c289e9eb4592c3
DO NOT MERGE ANYWHERE net_test_bluetooth: replace with gtest variant

Bug: 25385380
Change-Id: Ia719363823d8d538caa6b42f076d5d6d737ae036
43 files changed:
test/gtest_net_test_bluetooth/Android.mk [deleted file]
test/gtest_net_test_bluetooth/base.h [deleted file]
test/gtest_net_test_bluetooth/cases/adapter.c [deleted file]
test/gtest_net_test_bluetooth/cases/cases.c [deleted file]
test/gtest_net_test_bluetooth/cases/cases.h [deleted file]
test/gtest_net_test_bluetooth/cases/gatt.c [deleted file]
test/gtest_net_test_bluetooth/cases/pan.c [deleted file]
test/gtest_net_test_bluetooth/cases/rfcomm.c [deleted file]
test/gtest_net_test_bluetooth/support/adapter.c [deleted file]
test/gtest_net_test_bluetooth/support/adapter.h [deleted file]
test/gtest_net_test_bluetooth/support/callbacks.c [deleted file]
test/gtest_net_test_bluetooth/support/callbacks.h [deleted file]
test/gtest_net_test_bluetooth/support/gatt.c [deleted file]
test/gtest_net_test_bluetooth/support/gatt.h [deleted file]
test/gtest_net_test_bluetooth/support/hal.c [deleted file]
test/gtest_net_test_bluetooth/support/hal.h [deleted file]
test/gtest_net_test_bluetooth/support/pan.c [deleted file]
test/gtest_net_test_bluetooth/support/pan.h [deleted file]
test/gtest_net_test_bluetooth/support/rfcomm.c [deleted file]
test/gtest_net_test_bluetooth/support/rfcomm.h [deleted file]
test/suite/Android.mk
test/suite/BUILD.gn [new file with mode: 0644]
test/suite/base.h
test/suite/cases/adapter.c
test/suite/cases/cases.c
test/suite/cases/cases.h
test/suite/cases/gatt.c
test/suite/cases/pan.c
test/suite/cases/rfcomm.c
test/suite/main.c [deleted file]
test/suite/main.cpp [moved from test/gtest_net_test_bluetooth/main.cpp with 100% similarity]
test/suite/support/adapter.c
test/suite/support/adapter.h
test/suite/support/callbacks.c
test/suite/support/callbacks.h
test/suite/support/gatt.c
test/suite/support/gatt.h
test/suite/support/hal.c
test/suite/support/hal.h
test/suite/support/pan.c
test/suite/support/pan.h
test/suite/support/rfcomm.c
test/suite/support/rfcomm.h