e89a47bff299bdd888d5b7f0a470b20aed221e01 hiram Fri Mar 13 12:57:40 2026 -0700 improved faSize inputs to allow 2bit files and added tests - code by claude diff --git src/utils/faSize/makefile src/utils/faSize/makefile index 128050cefe8..7996389c7b8 100644 --- src/utils/faSize/makefile +++ src/utils/faSize/makefile @@ -1,4 +1,7 @@ kentSrc = ../.. A = faSize include $(kentSrc)/inc/userApp.mk L += -lm + +test:: + cd tests && ${MAKE}