Home | History | Annotate | Line # | Download | only in divrem
Makefile revision 1.1
      1  1.1  ross # $Id: Makefile,v 1.1 2002/01/22 01:19:31 ross Exp $
      2  1.1  ross 
      3  1.1  ross PROG=		divremtest
      4  1.1  ross NOMAN=		# defined
      5  1.1  ross COPTS+=		-Wall -Wno-format -Wno-parentheses
      6  1.1  ross GOODRESULT=	a8c75451201482303e1508e3b9494879
      7  1.1  ross 
      8  1.1  ross regress: ${PROG}
      9  1.1  ross 	[ `./${PROG} | md5` = ${GOODRESULT} ]
     10  1.1  ross 
     11  1.1  ross .include <bsd.prog.mk>
     12