02336754147822f5aa61ba13277123b2cc629001 markd Thu May 20 08:38:55 2021 -0700 Moved pslMap, pslMapPostChain, pslRc, pslSwap to src/utils, as they do not have hg/lib dependencies. diff --git src/utils/pslMapPostChain/tests/makefile src/utils/pslMapPostChain/tests/makefile new file mode 100644 index 0000000..8d49523 --- /dev/null +++ src/utils/pslMapPostChain/tests/makefile @@ -0,0 +1,20 @@ +kentSrc = ../../.. +include ${kentSrc}/inc/common.mk + +pslMapPostChain = ${DESTBINDIR}/pslMapPostChain + +all: + +test: C57B6NJ-1504TransMapTest + + +C57B6NJ-1504TransMapTest: mkdirs + ${pslMapPostChain} input/C57B6NJ-1504.transMap-cases.psl output/$@.psl + pslCheck output/$@.psl + diff -u expected/$@.psl output/$@.psl + +mkdirs: + @mkdir -p output + +clean: + rm -rf output