00842bb1a117e43903667e58f3069f436e5ce667
braney
  Tue Oct 17 09:32:22 2023 -0700
temporarily disable annogrator test because it's dependent on hg19
knownGene, which is in flux

diff --git src/hg/cgilib/tests/makefile src/hg/cgilib/tests/makefile
index 4ee668f..2ef8c14 100644
--- src/hg/cgilib/tests/makefile
+++ src/hg/cgilib/tests/makefile
@@ -1,26 +1,27 @@
 kentSrc = ../../..
 include ../../../inc/common.mk
 
 L += ${MYSQLLIBS} -lm
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgapcgi.a ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 BIN_DIR = bin/${MACHTYPE}
 
 all: 	${BIN_DIR}/annoGratorTester 
 
-test: annoGratorTest 
+#test: annoGratorTest 
+test: 
 	rm -r output
 	echo tested all
 
 mkdirs:
 	@${MKDIR} output ${BIN_DIR}
 
 annoGratorTest: ${BIN_DIR}/annoGratorTester mkdirs
 	${MAKE} -f annoGratorTests.mk test
 
 ${BIN_DIR}/annoGratorTester: annoGratorTester.o ${MYLIBS}
 	@${MKDIR} ${BIN_DIR}
 	${CC} ${COPT} ${CFLAGS} -o $@ $< ${MYLIBS} ${L}
 
 
 clean: