From 0e1d7405913489000588f481f5c5a1acb70c67c6 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 2 Jun 2019 15:07:20 -0400 Subject: [PATCH] unit tests for generator --- java_tools/configuration_definition/build.xml | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/java_tools/configuration_definition/build.xml b/java_tools/configuration_definition/build.xml index 33b34c7d15..180224c105 100644 --- a/java_tools/configuration_definition/build.xml +++ b/java_tools/configuration_definition/build.xml @@ -1,7 +1,7 @@ - - + + @@ -14,9 +14,25 @@ target="${javac.target}" destdir="build/classes" classpath="lib/junit.jar:lib/annotations.jar:lib/snakeyaml.jar"> - + - + + + + + + + + + + + + + + @@ -25,7 +41,7 @@ - +