From 45d403de59d2db9bcf97ccabc7b4a28d7f8da66c Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 10 Nov 2014 17:31:23 +0100 Subject: [PATCH] Add a (very light) makefile for liblinphone_tester --- liblinphone_tester/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 liblinphone_tester/Makefile diff --git a/liblinphone_tester/Makefile b/liblinphone_tester/Makefile new file mode 100644 index 000000000..a5d66a92e --- /dev/null +++ b/liblinphone_tester/Makefile @@ -0,0 +1,6 @@ +all: + ant debug + ant installd + +run-all-tests: all + ant test