Altered the build script to use batch test instead of running a suite. The advantage of this is that when new tests are added to the project a TestSuite class does not need to updated. All classes *Test.java are included, and *AbstractTest.java are excluded.