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
deleted file mode 100644
index 47f6bfa..0000000
--- src/utils/clusterMatrixToBarchartBed/tests/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-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