bad1c2af619824bbeff311b8f0b97d3dc75f9260 markd Thu Dec 21 00:45:15 2023 -0800 Work on being able to run tests in parallel. Due to timing, it might still have issues diff --git src/hg/mouseStuff/mafRanges/tests/makefile src/hg/mouseStuff/mafRanges/tests/makefile index 85082a6..c089ecf 100644 --- src/hg/mouseStuff/mafRanges/tests/makefile +++ src/hg/mouseStuff/mafRanges/tests/makefile @@ -1,22 +1,22 @@ kentSrc = ../../../.. include ../../../../inc/common.mk MAFRANGES = ${DESTBINDIR}/mafRanges DIFF = diff -test: clean all +test: all all: mkdir -p output ${MAFRANGES} input/chrM.maf hg17 output/hg17.bed ${DIFF} expected/hg17.bed output/hg17.bed ${MAFRANGES} input/chrM.maf hg17 -notAllOGap output/hg17.nao.bed ${DIFF} expected/hg17.nao.bed output/hg17.nao.bed ${MAFRANGES} input/chrM.maf hg17 -otherDb=galGal2 \ output/hg17.galGal2.bed ${DIFF} expected/hg17.galGal2.bed output/hg17.galGal2.bed ${MAFRANGES} input/chrM.maf hg17 -otherDb=galGal2 -notAllOGap \ output/hg17.galGal2.nao.bed ${DIFF} expected/hg17.galGal2.nao.bed output/hg17.galGal2.nao.bed ${MAFRANGES} input/chrM.maf hg17 -otherDb=danRer1,fr1 \ output/hg17.danRer1.fr1.bed