src/hg/encode/encodePatchTdb/makefile 1.3

1.3 2010/01/05 20:15:44 kent
Fixing stanza merge problem when there is no line before stanza in patch file. Fixing replace eating a stanza. Making replace just comment out old stanza by default, but there's a noComment option. Putting in test suite.
Index: src/hg/encode/encodePatchTdb/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodePatchTdb/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 1000000 -r1.2 -r1.3
--- src/hg/encode/encodePatchTdb/makefile	4 Jan 2010 19:12:21 -0000	1.2
+++ src/hg/encode/encodePatchTdb/makefile	5 Jan 2010 20:15:44 -0000	1.3
@@ -1,18 +1,21 @@
 include ../../../inc/common.mk
 
 L += -lm
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkweb.a
 
 A = encodePatchTdb
 O = encodePatchTdb.o
 
 encodePatchTdb: ${O} ${MYLIBS}
 	${CC} ${COPT} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} $L
 	${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
 
 compile:: ${O}
 	${CC} ${COPT} -o ${A}${EXE} ${O} ${MYLIBS} $L
 
 clean::
 	rm -f ${A} ${O}
+
+test: 
+	cd tests; test.sh