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/raToTab/makefile src/utils/raToTab/makefile index 2d599ca..afa1071 100644 --- src/utils/raToTab/makefile +++ src/utils/raToTab/makefile @@ -1,13 +1,13 @@ kentSrc = ../.. A = raToTab include $(kentSrc)/inc/userApp.mk L += -lm clean:: rm -f out.tab out2.tab -test: +test:: ${A} in.ra out.tab -head diff expected.tab out.tab ${A} in.ra -cols=name,function out2.tab diff expected2.tab out2.tab