From ce0a8d7beffccbaeb6b603a96b7729278c4c9e75 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 8 Sep 2008 20:34:45 +0000 Subject: changes to Test directory structure per opensim-dev conversation --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af504ac..a1858b7 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,18 @@ NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) all: - @export PATH=/usr/local/bin:$(PATH) + # @export PATH=/usr/local/bin:$(PATH) ./runprebuild.sh ${NANT} find OpenSim -name \*.mdb -exec cp {} bin \; clean: - @export PATH=/usr/local/bin:$(PATH) + # @export PATH=/usr/local/bin:$(PATH) ${NANT} clean +test: + ${NANT} test + tags: find OpenSim -name \*\.cs | xargs etags -- cgit v1.1