e8258c11259af202782b3c2bb62198cc55a3e2f1 hiram Tue Apr 7 12:59:16 2026 -0700 add testing in preparation for a new program to replace this one - these tests are the same for the new command, as suggested by claude refs #34370 diff --git src/hg/ratStuff/mafAddIRows/makefile src/hg/ratStuff/mafAddIRows/makefile index f9ad594d4b2..237a46547e8 100644 --- src/hg/ratStuff/mafAddIRows/makefile +++ src/hg/ratStuff/mafAddIRows/makefile @@ -1,3 +1,6 @@ kentSrc = ../../.. A = mafAddIRows include ${kentSrc}/inc/userApp.mk + +test:: + cd tests && ${MAKE}