Diff between 5cd1f2667b4685bc335623473235f5087034eecb and 01d145786a7d80ad7d0552fd1ab1e7ecded9f318

Changed Files

File Additions Deletions Status
android/tester-main.c +5 -0 modified

Full Patch

diff --git a/android/tester-main.c b/android/tester-main.c
index fb8e11b..f5f46fb 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -2122,6 +2122,11 @@ static void tester_testcases_cleanup(void)
 {
 	remove_bluetooth_tests();
 	remove_socket_tests();
+	remove_hidhost_tests();
+	remove_gatt_tests();
+	remove_a2dp_tests();
+	remove_hdp_tests();
+	remove_pan_tests();
 }
 
 static void add_bluetooth_tests(void *data, void *user_data)