From 8d37fc2a9451881ccb86a3e8aa133473fc1dcee0 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Tue, 2 Jun 2009 17:33:36 +0000 Subject: Add "clean" and "tests" ant tasks into build.xml git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@262 df292f66-193f-0410-a5fc-6d59da041ff2 --- build.xml | 35 +++++++++++++++++++++++++++++++++++ tests/build.xml | 6 ++++++ 2 files changed, 41 insertions(+) diff --git a/build.xml b/build.xml index 860f671..0f9c5dc 100644 --- a/build.xml +++ b/build.xml @@ -303,4 +303,39 @@ Updated "msg_version" to: ${ant.project.name} ${manifest.android:versionName} (r${Revision} ${build.date}) + + + + + + + + + + + + + Building and installing tests... + + + + + + + Running test cases... + + + + + + + + + + + + + + diff --git a/tests/build.xml b/tests/build.xml index 1998d9c..cbce2d7 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -58,4 +58,10 @@ targets are used. --> + + + + + -- cgit v1.2.3