OSDN Git Service

Initial import of HAL-layer tests for bluedroid.
authorSharvil Nanavati <sharvil@google.com>
Thu, 10 Apr 2014 05:20:40 +0000 (22:20 -0700)
committerSharvil Nanavati <sharvil@google.com>
Sat, 3 May 2014 02:30:02 +0000 (02:30 +0000)
commit2a73b6deaaf2c12dec215ddeab1e0223c9f28446
tree284ad7697a7d4549e0a250df7ff027e0f1f2c701
parent9a53b0554670bbd035b07dcc497ef00273599ed2
Initial import of HAL-layer tests for bluedroid.

The test cases are in cases/, the support infrastructure for the
tests are in support/. Initially, as new test cases are being added
for different functional areas (e.g. BT socket) we'll need to also
write support functions to make those tests easier to write.
Over time, however, the support functions will be complete enough
that writing additional tests won't require also writing support
routines.

Change-Id: I54abb1011ca5132834a334cc256e3ff18cc20cbb
17 files changed:
test/suite/Android.mk [new file with mode: 0644]
test/suite/base.h [new file with mode: 0644]
test/suite/cases/adapter.c [new file with mode: 0644]
test/suite/cases/cases.c [new file with mode: 0644]
test/suite/cases/cases.h [new file with mode: 0644]
test/suite/cases/pan.c [new file with mode: 0644]
test/suite/main.c [new file with mode: 0644]
test/suite/support/adapter.c [new file with mode: 0644]
test/suite/support/adapter.h [new file with mode: 0644]
test/suite/support/callbacks.c [new file with mode: 0644]
test/suite/support/callbacks.h [new file with mode: 0644]
test/suite/support/hal.c [new file with mode: 0644]
test/suite/support/hal.h [new file with mode: 0644]
test/suite/support/pan.c [new file with mode: 0644]
test/suite/support/pan.h [new file with mode: 0644]
test/suite/support/property.c [new file with mode: 0644]
test/suite/support/property.h [new file with mode: 0644]