mirror of https://github.com/apache/activemq.git
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:
parent
c794f240b5
commit
defd3eeee0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue