kentSrc = ../..
A = bedIntersect
include $(kentSrc)/inc/userApp.mk

test::
	cd tests && ${MAKE} test

clean::
	cd tests && ${MAKE} clean
