a106c2644e530e14f4a36a512cb9dd62630b0559
kent
  Fri Jun 17 11:27:27 2011 -0700
Adding checkCoverageGaps to make
diff --git src/hg/makefile src/hg/makefile
index e86c216..2ba204e 100644
--- src/hg/makefile
+++ src/hg/makefile
@@ -10,31 +10,31 @@
 	encode/mkEncodeFrameset encode/hgEncodeDataVersions \
 	encode/hgEncodeVocab phyloGif hgCustom hgPal hgFileUi  hgFileSearch\
 	makeDb/hgCgiData js htdocs/style
 
 ifdef LOWELAB
     BROWSER_BINS += $(HOME)/lowelab/src/browser/tooltip $(HOME)/lowelab/src/browser/chooseorg 
 endif
 
 BROWSER_LOADERS = makeDb/hgLoadBed makeDb/hgLoadWiggle makeDb/hgLoadMaf
 
 ifneq ($(findstring $(shell hostname),hgwdev hgwbeta),)
     ENCODE_FILES =
 endif
 
 
-TEST_DIRS = lib autoDtd autoSql blastToPsl checkTableCoords embossToPsl \
+TEST_DIRS = lib autoDtd autoSql blastToPsl checkCoverageGaps checkTableCoords embossToPsl \
             genePredSingleCover genePredHisto genePredToGtf \
 	    genePredToMafFrames gbGetEntries hgGetAnn liftAcross \
             mrnaToGene pslCDnaFilter pslDiff pslHisto \
             pslPartition pslSelect pslStats pslSwap spideyToPsl \
 	    sqlToXml xmlToSql utils
 
 BROKEN_TEST_DIRS = liftOver scaffoldFaToAgp
 
 # List of directories to build
 USE_DIRS = $(UTIL_DIRS)
 
 BAD_DIRS = \
 	altGraph \
 	cgiExample \
 	geneOverlap \