diff options
author | Sean Dague | 2008-09-04 22:11:13 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-04 22:11:13 +0000 |
commit | d363661a7e65e2bd83d6da99230d27cb593436ed (patch) | |
tree | 324d3925a74675b9e784ac27cde7a7894ece257f /.nant/bamboo.build | |
parent | normalize naming for OpenSim.Tests.Framework.dll (diff) | |
download | opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.zip opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.tar.gz opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.tar.bz2 opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.tar.xz |
complete rationalization of unit tests that we currently run
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 676206c..766a0ff 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -37,9 +37,9 @@ | |||
37 | <test> | 37 | <test> |
38 | <assemblies> | 38 | <assemblies> |
39 | <include name="../bin/OpenSim.Tests.Framework.dll" /> | 39 | <include name="../bin/OpenSim.Tests.Framework.dll" /> |
40 | <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" /> | 40 | <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Common.Tests.dll" /> |
41 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> | 41 | <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.Tests.dll" /> |
42 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> | 42 | <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" /> |
43 | <include name="../bin/OpenSim.Region.Environment.dll" /> | 43 | <include name="../bin/OpenSim.Region.Environment.dll" /> |
44 | </assemblies> | 44 | </assemblies> |
45 | </test> | 45 | </test> |