2357b15831ef8daa3be1473145e293ee5cbf29c7 braney Wed Aug 3 15:17:57 2016 -0700 add pslToBigPsl to the utilities with tests diff --git src/hg/utils/makefile src/hg/utils/makefile index 6a19145..706fb76 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -59,30 +59,31 @@ makeTrackIndex \ mysqlSecurityCheck \ pslUniq \ refSeqGet \ safePush \ toDev64 \ wigBedToStep TEST_DIRS = \ genePredFilter \ gff3ToGenePred \ gff3ToPsl \ gtfToGenePred \ overlapSelect \ pslMap \ + pslToBigPsl \ refSeqGet \ transMapPslToGenePred APPS = $(DIRS) $(UTILS_APPLIST) all:: utils utils: $(APPS:%=%.utils) %.utils: cd $* && echo $* && $(MAKE) userApps: $(UTILS_APPLIST:%=%.userApp) %.userApp: cd $* && echo $* && $(MAKE)