diff options
author | Sean Dague | 2008-09-10 17:49:37 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-10 17:49:37 +0000 |
commit | 1799913593f74b113322118106e8ca221310ba69 (patch) | |
tree | d09b3368035901eb47d2db92c27ac500ed03170c /Makefile | |
parent | Revert the two debug log statements from r6212 as described in Mantis 2126. (diff) | |
download | opensim-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 '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ clean: | |||
13 | test: | 13 | test: |
14 | ${NANT} test | 14 | ${NANT} test |
15 | 15 | ||
16 | test-xml: | ||
17 | ${NANT} test-xml | ||
18 | |||
16 | tags: | 19 | tags: |
17 | find OpenSim -name \*\.cs | xargs etags | 20 | find OpenSim -name \*\.cs | xargs etags |
18 | 21 | ||