diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-10 12:06:07 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-10 12:06:07 +0000 |
| commit | 769ce9e4786cc7cd0356ac97d07231927c783273 (patch) | |
| tree | 3c2c93b6f4080fc89bb85c8e5d474926d26c154e /dotnet/client-010/default.build | |
| parent | 9e422621ddc3bf6fb8af271663deb3ac62ff72b0 (diff) | |
| download | qpid-python-769ce9e4786cc7cd0356ac97d07231927c783273.tar.gz | |
QPID-1346: Added .net perftest
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/default.build')
| -rw-r--r-- | dotnet/client-010/default.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotnet/client-010/default.build b/dotnet/client-010/default.build index 99d8e239a3..1e49cb31a2 100644 --- a/dotnet/client-010/default.build +++ b/dotnet/client-010/default.build @@ -38,6 +38,11 @@ <fileset id="tests.builds">
<include name="test/default.build" />
</fileset>
+
+ <!-- Fileset with build files for 'performence' test assemblies. -->
+ <fileset id="perftest.builds">
+ <include name="perftest/default.build" />
+ </fileset>
<!-- Prepare environment for a debug build. -->
<target name="debug">
@@ -171,6 +176,11 @@ <nant target="build">
<buildfiles refid="tests.builds" />
</nant>
+
+ <!-- Compile test assemblies. -->
+ <nant target="build">
+ <buildfiles refid="perftest.builds" />
+ </nant>
<!-- copy config files over to the output dir -->
<copy todir="${build.dir}" file="test/test.config"/>
|
