47c764d7fd7d2538ccc1d0eacdf19bf0949ab225
kent
  Sun Dec 20 18:11:14 2020 -0800
Fixing camel casing to be like most of our barChart C code.

diff --git src/utils/clusterMatrixToBarChartBed/makefile src/utils/clusterMatrixToBarChartBed/makefile
index 4b61019..7d604ba 100644
--- src/utils/clusterMatrixToBarChartBed/makefile
+++ src/utils/clusterMatrixToBarChartBed/makefile
@@ -1,4 +1,7 @@
 kentSrc = ../..
-A = clusterMatrixToBarchartBed
+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