From 1cf05b4fd241c0ca34c0601c4de674c6069c3c96 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 25 Mar 2015 10:54:14 +0100 Subject: [PATCH] tester/Makefile: restart adb before doing anything --- liblinphone_tester/Makefile | 5 ++++- tests/Makefile | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/liblinphone_tester/Makefile b/liblinphone_tester/Makefile index a20cfa92d..1899a7cc2 100644 --- a/liblinphone_tester/Makefile +++ b/liblinphone_tester/Makefile @@ -1,4 +1,7 @@ -all: +clean: + killall adb + +all: clean ant debug install run-all-tests: all diff --git a/tests/Makefile b/tests/Makefile index 0383a7073..49254f07f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,6 +9,7 @@ else endif clean: + killall adb $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone $(SDK_PATH)/android update test-project --path . -m ../