aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2008-09-10 17:49:41 +0000
committerSean Dague2008-09-10 17:49:41 +0000
commitf97059719431c81d8526ecbfa8ed9de0700fff28 (patch)
tree7b18c57f4afb21866f75dec236203ce3b8da6e03 /.nant
parentadd shell for SQLite testing. No tests yet. (diff)
downloadopensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.zip
opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.gz
opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.bz2
opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.xz
added the first couple of sqlite tests. we'll see how bamboo
handles them.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
-rw-r--r--.nant/local.include2
2 files changed, 4 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 7e4a9fc..3b2ec1a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -40,6 +40,8 @@
40 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> 40 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" />
41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
42 <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> 42 <include name="../bin/OpenSim.Region.Environment.Tests.dll" />
43 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
44
43 </assemblies> 45 </assemblies>
44 </test> 46 </test>
45 </nunit2> 47 </nunit2>
diff --git a/.nant/local.include b/.nant/local.include
index 1612358..df27359 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,3 +1,5 @@
1<!-- -*- xml -*- -->
2<!-- please leve the top comment for us emacs folks -->
1<property name="projectdir" value="opensim-0.5.5" /> 3<property name="projectdir" value="opensim-0.5.5" />
2 4
3<target name="distdir"> 5<target name="distdir">