a70847bc6ba96880ae1737bae20ef8645264ae94 hiram Thu Apr 4 11:26:58 2013 -0700 cleaning up test target and adding that generic target in userApp.mk refs #9104 diff --git src/utils/bedToBigBed/makefile src/utils/bedToBigBed/makefile index a62dbb7..3264ab3 100644 --- src/utils/bedToBigBed/makefile +++ src/utils/bedToBigBed/makefile @@ -1,15 +1,15 @@ kentSrc = ../.. A = bedToBigBed include $(kentSrc)/inc/userApp.mk L += -lm -lz ${SOCKETLIB} clean:: rm -fr tests/output -test: +test:: @rm -fr tests/output @${MKDIR} tests/output ${A} -type=bed9 -as=itemRgb.as itemRgb.bed chrom.sizes tests/output/itemRgb.bb 2> /dev/null ${A} tests/output/itemRgb.bb test_itemRgb.bed diff itemRgb.bed test_itemRgb.bed rm -fr tests/output test_itemRgb.bed