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/hg/utils/pslMapPostChain/tests/makefile src/hg/utils/pslMapPostChain/tests/makefile deleted file mode 100644 index 77651c9..0000000 --- src/hg/utils/pslMapPostChain/tests/makefile +++ /dev/null @@ -1,20 +0,0 @@ -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