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/weedLines/makefile src/utils/weedLines/makefile index 540af47..4e30021 100644 --- src/utils/weedLines/makefile +++ src/utils/weedLines/makefile @@ -1,12 +1,12 @@ kentSrc = ../.. A = weedLines include $(kentSrc)/inc/userApp.mk L += -lm -test: +test:: weedLines input.weed input.txt out.good -weeded=out.bad diff expected.good out.good diff expected.bad out.bad clean:: rm -f out.good out.bad