5b613fbb8df268621efa9abf5564025aced4e4f3 hiram Tue Nov 12 11:25:24 2013 -0800 adding utils directory to the test targets refs #9149 diff --git src/makefile src/makefile index ed738ab..6e5e691 100644 --- src/makefile +++ src/makefile @@ -79,31 +79,31 @@ ( cd $$D && echo $$D && ${MAKE} clean ) ;\ x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \ fi ;\ done cd lib && ${MAKE} clean cd hg && ${MAKE} clean cd hg && ${MAKE} clean_utils cd jkOwnLib && ${MAKE} clean cd utils && ${MAKE} clean cd webBlat && ${MAKE} clean cd isPcr && ${MAKE} clean touch non-empty-rm.o - find . -name \*.o -print | xargs rm rm -f tags TAGS -testDirs = lib blat gfServer hg +testDirs = lib utils blat gfServer hg test:: $(testDirs:%=%.test) %.test: cd $* && ${MAKE} test LIB_TAGS_IN = lib/*.[hc] */lib/*.[hc] */*/lib/*.[hc] jkOwnLib/*.c inc/*.h hg/inc/*.h hg/encode3/encodeDataWarehouse/lib/*.c hg/encode3/encodeDataWarehouse/inc/*.h # build tags for libraries .PHONY: tags tags: ctags ${LIB_TAGS_IN} # build emacs tags for libraries .PHONY: etags etags: etags ${LIB_TAGS_IN}