diff options
author | Teravus Ovares | 2008-02-24 04:06:01 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-24 04:06:01 +0000 |
commit | 95def8c6361d46d0157c396e16acc874a6643d3b (patch) | |
tree | ad95bb09b1bba734812d4dffc22d168e1da01e87 /prebuild.xml | |
parent | * deleted .user file (diff) | |
download | opensim-SC_OLD-95def8c6361d46d0157c396e16acc874a6643d3b.zip opensim-SC_OLD-95def8c6361d46d0157c396e16acc874a6643d3b.tar.gz opensim-SC_OLD-95def8c6361d46d0157c396e16acc874a6643d3b.tar.bz2 opensim-SC_OLD-95def8c6361d46d0157c396e16acc874a6643d3b.tar.xz |
* Adds unit test glue to the OdePlugin.
* Adds one unit test. CreateAndDropPhysicalCube.
* More unit tests will be done
* Let me know if this breaks Linux build..
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index faa8e76..532dd13 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -381,6 +381,7 @@ | |||
381 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 381 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
382 | <Reference name="OpenSim.Framework" localCopy="false"/> | 382 | <Reference name="OpenSim.Framework" localCopy="false"/> |
383 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> | 383 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> |
384 | <Reference name="nunit.framework.dll" /> | ||
384 | <Reference name="Nini.dll" /> | 385 | <Reference name="Nini.dll" /> |
385 | <Reference name="log4net"/> | 386 | <Reference name="log4net"/> |
386 | 387 | ||
@@ -479,6 +480,7 @@ | |||
479 | <Reference name="OpenSim.Framework.Console"/> | 480 | <Reference name="OpenSim.Framework.Console"/> |
480 | <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> | 481 | <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> |
481 | <Reference name="Ode.NET.dll" localCopy="false" /> | 482 | <Reference name="Ode.NET.dll" localCopy="false" /> |
483 | <Reference name="nunit.framework.dll" /> | ||
482 | <Reference name="log4net"/> | 484 | <Reference name="log4net"/> |
483 | 485 | ||
484 | <Files> | 486 | <Files> |