ba66786a683bce0f6c38efbdcad60686984478b4
markd
  Sun Jun 11 13:12:41 2023 -0700
correctly handle getting target block end on protein/rna PSLs

diff --git src/utils/pslMapPostChain/tests/makefile src/utils/pslMapPostChain/tests/makefile
index 8d49523..cc7963d 100644
--- src/utils/pslMapPostChain/tests/makefile
+++ src/utils/pslMapPostChain/tests/makefile
@@ -1,20 +1,25 @@
 kentSrc = ../../..
 include ${kentSrc}/inc/common.mk
 
 pslMapPostChain = ${DESTBINDIR}/pslMapPostChain
 
 all:
 
-test: C57B6NJ-1504TransMapTest
+test: C57B6NJ-1504TransMapTest blastProtRnaTest
 
 
 C57B6NJ-1504TransMapTest: mkdirs
 	${pslMapPostChain} input/C57B6NJ-1504.transMap-cases.psl output/$@.psl
 	pslCheck output/$@.psl
 	diff -u expected/$@.psl output/$@.psl
 
+blastProtRnaTest: mkdirs
+	${pslMapPostChain} input/blastProtRna.psl  output/$@.psl
+	pslCheck output/$@.psl
+	diff -u expected/$@.psl output/$@.psl
+
 mkdirs:
 	@mkdir -p output
 
 clean:
 	rm -rf output