diff options
author | Robert Adams | 2013-01-27 10:31:08 -0800 |
---|---|---|
committer | Robert Adams | 2013-01-27 12:50:06 -0800 |
commit | a345a2feb794d05dcb628aa916569b19394c2337 (patch) | |
tree | 695c72fcdb9b374c43712fe126df830a6cc58cae /prebuild.xml | |
parent | BulletSim: disable center-of-mass computation because it does not work yet (diff) | |
download | opensim-SC-a345a2feb794d05dcb628aa916569b19394c2337.zip opensim-SC-a345a2feb794d05dcb628aa916569b19394c2337.tar.gz opensim-SC-a345a2feb794d05dcb628aa916569b19394c2337.tar.bz2 opensim-SC-a345a2feb794d05dcb628aa916569b19394c2337.tar.xz |
BulletSim: add framework for BulletSim unit tests. No tests yet.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8a75380..8667168 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3359,6 +3359,37 @@ | |||
3359 | </Files> | 3359 | </Files> |
3360 | </Project> | 3360 | </Project> |
3361 | 3361 | ||
3362 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library"> | ||
3363 | <Configuration name="Debug"> | ||
3364 | <Options> | ||
3365 | <OutputPath>../../../../../bin/</OutputPath> | ||
3366 | </Options> | ||
3367 | </Configuration> | ||
3368 | <Configuration name="Release"> | ||
3369 | <Options> | ||
3370 | <OutputPath>../../../../../bin/</OutputPath> | ||
3371 | </Options> | ||
3372 | </Configuration> | ||
3373 | |||
3374 | <ReferencePath>../../../bin/</ReferencePath> | ||
3375 | <Reference name="System"/> | ||
3376 | <Reference name="System.Core"/> | ||
3377 | <Reference name="System.Data"/> | ||
3378 | <Reference name="Nini" path="../../../../../bin/"/> | ||
3379 | <Reference name="log4net" path="../../../../../bin/"/> | ||
3380 | <Reference name="nunit.framework" path="../../../../../bin/"/> | ||
3381 | <Reference name="OpenSim.Framework"/> | ||
3382 | <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/> | ||
3383 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
3384 | <Reference name="OpenSim.Region.Physics.Meshing"/> | ||
3385 | <Reference name="OpenSim.Tests.Common"/> | ||
3386 | |||
3387 | <Files> | ||
3388 | <Match pattern="*.cs" recurse="false"/> | ||
3389 | </Files> | ||
3390 | </Project> | ||
3391 | |||
3392 | |||
3362 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3393 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3363 | <Configuration name="Debug"> | 3394 | <Configuration name="Debug"> |
3364 | <Options> | 3395 | <Options> |