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

test::
	@if test -d tests -a -s tests/makefile; then (cd tests && ${MAKE} test); \
	else echo "# no tests directory (or perhaps no tests/makefile) in $(CURDIR)"; fi
