77f17523d1115eb2fb85eaf747a76db0c6328204 hiram Mon Jan 28 14:05:59 2019 -0800 ready to start listing other things refs #18869 diff --git src/hg/hubApi/makefile src/hg/hubApi/makefile index 50bd782..bc99b97 100644 --- src/hg/hubApi/makefile +++ src/hg/hubApi/makefile @@ -1,18 +1,20 @@ kentSrc = ../.. include ../../inc/common.mk L += ${HALLIBS} $(MYSQLLIBS) -lm MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a A = hubApi O = hubApi.o A = hubApi include ../../inc/cgi_build_rules.mk compile:: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} +test:: + cd tests && make test