aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorSean Dague2008-09-10 17:49:37 +0000
committerSean Dague2008-09-10 17:49:37 +0000
commit1799913593f74b113322118106e8ca221310ba69 (patch)
treed09b3368035901eb47d2db92c27ac500ed03170c /Makefile
parentRevert the two debug log statements from r6212 as described in Mantis 2126. (diff)
downloadopensim-SC_OLD-1799913593f74b113322118106e8ca221310ba69.zip
opensim-SC_OLD-1799913593f74b113322118106e8ca221310ba69.tar.gz
opensim-SC_OLD-1799913593f74b113322118106e8ca221310ba69.tar.bz2
opensim-SC_OLD-1799913593f74b113322118106e8ca221310ba69.tar.xz
add shell for SQLite testing. No tests yet.
add another nant target for test-xml to get the verbose version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1858b7..d5c7146 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ clean:
13test: 13test:
14 ${NANT} test 14 ${NANT} test
15 15
16test-xml:
17 ${NANT} test-xml
18
16tags: 19tags:
17 find OpenSim -name \*\.cs | xargs etags 20 find OpenSim -name \*\.cs | xargs etags
18 21