From 1799913593f74b113322118106e8ca221310ba69 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 10 Sep 2008 17:49:37 +0000 Subject: add shell for SQLite testing. No tests yet. add another nant target for test-xml to get the verbose version --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1858b7..d5c7146 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ clean: test: ${NANT} test +test-xml: + ${NANT} test-xml + tags: find OpenSim -name \*\.cs | xargs etags -- cgit v1.1