From e4845802a7d66415e330325dd434c0df4315c895 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Sun, 15 Aug 2010 22:35:29 +0200 Subject: Updated buildscript to include tests and eclipse .project generation for the new bytecode tests in test/bytecode/src --- build.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index d438a7bf..fe1f500c 100644 --- a/build.xml +++ b/build.xml @@ -171,6 +171,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -208,6 +209,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -228,6 +230,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + All tests successful. -- cgit