1b7d4ae05dffff0eeb67deac21f445816ad4e21d hiram Tue Apr 7 13:02:32 2026 -0700 add testing for this new program to replace mafAddIRows - this has been exhaustedly tested with full runs on hs1 and hg38 Tb of data input and output, identical to mafAddIRows - these tests are the same for the new and previous command, as suggested by claude refs #34370 diff --git src/hg/ratStuff/mafAddIRowsStream/makefile src/hg/ratStuff/mafAddIRowsStream/makefile index f9077f77c90..916decb9a1d 100644 --- src/hg/ratStuff/mafAddIRowsStream/makefile +++ src/hg/ratStuff/mafAddIRowsStream/makefile @@ -1,3 +1,6 @@ kentSrc = ../../.. A = mafAddIRowsStream include ${kentSrc}/inc/userApp.mk + +test:: + cd tests && ${MAKE}