diff options
author | Sean Dague | 2008-09-10 17:49:41 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-10 17:49:41 +0000 |
commit | f97059719431c81d8526ecbfa8ed9de0700fff28 (patch) | |
tree | 7b18c57f4afb21866f75dec236203ce3b8da6e03 /.nant/bamboo.build | |
parent | add shell for SQLite testing. No tests yet. (diff) | |
download | opensim-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/bamboo.build')
-rw-r--r-- | .nant/bamboo.build | 2 |
1 files changed, 2 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> |