From 04f4488f55cd11017fe87873f42fba0b7ad7cd5c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 5 Apr 2010 01:35:58 +0000 Subject: [PATCH] Make the "tests" target actually work (and run the tests). But we'll not run the tests on every "dist" build, we'll just stick with the current behavior of only compiling the tests (to make sure they don't rot). In a better world ooo-libs would have a testall target which runs the tests on all the projects it builds, so that we actually got the benefit of the few unit tests we have. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@909 ed5b42cb-e716-0410-a449-f6a68f950b19 --- build.xml | 13 ++++++++----- tests/build.xml | 13 ++++++------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/build.xml b/build.xml index 4218265d..2a258b9c 100644 --- a/build.xml +++ b/build.xml @@ -177,16 +177,19 @@ - - - + + + + + + - + - + diff --git a/tests/build.xml b/tests/build.xml index 684bbdb3..2526568c 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -5,12 +5,12 @@ - + - - + + @@ -143,12 +143,11 @@ classname="com.threerings.miso.tile.tools.CompileFringeConfigurationTask"/> + fringedef="${basedir}/rsrc/config/miso/tile/fringeconf.xml" + target="${basedir}/rsrc/config/miso/tile/fringeconf.dat"/> - - +