tester/Makefile: restart adb before doing anything

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-25 10:54:14 +01:00
parent d5169eaa68
commit 1cf05b4fd2
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,7 @@
all:
clean:
killall adb
all: clean
ant debug install
run-all-tests: all

View file

@ -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 ../