made it easy to build the DLLs without running the tests

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-03-01 09:37:50 +00:00
parent c794f240b5
commit defd3eeee0
1 changed files with 3 additions and 4 deletions

View File

@ -162,6 +162,9 @@
<nant target="build" if="${platform::is-win32()}">
<buildfiles refid="tas.win32" />
</nant>
</target>
<target name="test" depends="build">
<!-- build OpenWire.Client.Tests assembly -->
<nant buildfile="tests/OpenWire.Client/OpenWire.Client.build" target="test" />
<!-- build tests for task assemblies -->
@ -176,10 +179,6 @@
<buildfiles refid="tas.win32.tests" />
</nant>
</target>
<target name="test" depends="build">
<!-- TODO NUnit stuff -->
</target>
<target name="package-doc">
</target>