8bb6956fbfc0b789de4c76938878dd3a4399b3d0
kent
  Sun Dec 20 18:09:04 2020 -0800
Fixing camel casing to be like most of our barChart C code.

diff --git src/utils/clusterMatrixToBarChartBed/tests/makefile src/utils/clusterMatrixToBarChartBed/tests/makefile
new file mode 100644
index 0000000..47f6bfa
--- /dev/null
+++ src/utils/clusterMatrixToBarChartBed/tests/makefile
@@ -0,0 +1,7 @@
+test::
+	 @printf "\ntest1: basic test\n"
+	 clusterMatrixToBarchartBed test.meta test.matrix test.coords test.output
+	 diff test.expected test.output
+
+clean::
+	rm -f test.output