add shell for SQLite testing. No tests yet.

add another nant target for test-xml to get the verbose
version
This commit is contained in:
Sean Dague
2008-09-10 17:49:37 +00:00
parent 9af5a44c91
commit 1799913593
4 changed files with 109 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ clean:
test:
${NANT} test
test-xml:
${NANT} test-xml
tags:
find OpenSim -name \*\.cs | xargs etags