summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2016-01-21 17:47:46 -0800
committerAndre Eisenbach <eisenbach@google.com>2016-01-29 13:14:48 -0800
commite11cc0b0f9c5b21ecdf3d574333d100ce918a3a0 (patch)
treea09cf243d2d8f3b6342250f02054bfc09b52c811 /test
parent20c68408686ba4fd4d17e21957616e1c60a913b3 (diff)
downloadandroid_system_bt-e11cc0b0f9c5b21ecdf3d574333d100ce918a3a0.tar.gz
android_system_bt-e11cc0b0f9c5b21ecdf3d574333d100ce918a3a0.tar.bz2
android_system_bt-e11cc0b0f9c5b21ecdf3d574333d100ce918a3a0.zip
Make BTIF a static library; add unit test framework
Moving BTIF to a static library allows it to be loaded for unit tests. The framework has been put in place to add unit tests to 'net_test_btif'. Change-Id: Ie7e0984e90f11f6e3df5c0f34c77cc976627f1d2
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_unit_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_unit_tests.sh b/test/run_unit_tests.sh
index be8ce2a46..9a4420b80 100755
--- a/test/run_unit_tests.sh
+++ b/test/run_unit_tests.sh
@@ -7,6 +7,7 @@ known_tests=(
net_test_device
net_test_hci
net_test_osi
+ net_test_btif
)
usage() {