f804309aff2c2d12b78fc09dc656376e69e75d2c markd Mon Jun 24 14:15:29 2019 -0700 added test case for single block bed and make test file name less silly diff --git src/hg/utils/bedMergeAdjacent/makefile src/hg/utils/bedMergeAdjacent/makefile index 88fa567..5195adc 100644 --- src/hg/utils/bedMergeAdjacent/makefile +++ src/hg/utils/bedMergeAdjacent/makefile @@ -1,11 +1,11 @@ kentSrc = ../../.. A = bedMergeAdjacent include $(kentSrc)/inc/userApp.mk clean:: - rm -f tests/test-output.bed + rm -f tests/output.bed test:: - rm -f tests/test-output.bed - ${DESTBINDIR}/bedMergeAdjacent tests/test-input.bed tests/test-output.bed - diff tests/test-expected.bed tests/test-output.bed + rm -f tests/output.bed + ${DESTBINDIR}/bedMergeAdjacent tests/input.bed tests/output.bed + diff tests/expected.bed tests/output.bed