Add a (very light) makefile for liblinphone_tester
This commit is contained in:
parent
bcc8ecdadd
commit
45d403de59
1 changed files with 6 additions and 0 deletions
6
liblinphone_tester/Makefile
Normal file
6
liblinphone_tester/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
ant debug
|
||||
ant installd
|
||||
|
||||
run-all-tests: all
|
||||
ant test
|
Loading…
Reference in a new issue