From 652f2ba56d3816cca2c3dcdd46106e3cc00493ce Mon Sep 17 00:00:00 2001 From: Bilbo Date: Thu, 1 Nov 2018 01:34:03 +0100 Subject: [PATCH] Add ability to run all unit tests with the ant build via "ant test". Strip trailing whitespace from the build file. --- build.xml | 131 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 100 insertions(+), 31 deletions(-) diff --git a/build.xml b/build.xml index 96038cf987..0c4ea65849 100644 --- a/build.xml +++ b/build.xml @@ -7,48 +7,85 @@ + - + - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + - - + + + - - + + + @@ -77,7 +117,7 @@ source="${source}" target="${target}" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"> - + + + + + + + + + + + + + + + + + + - - + -