shithub: mc

Download patch

ref: b7fac914c8abd92c0a1e2a9b65d04c3479221be5
parent: cf800f053921a04a05562504e0c34ab3a4888ec8
author: Ori Bernstein <ori@eigenstate.org>
date: Wed May 28 06:56:35 EDT 2014

Add missing makefile.

    Oogity Boogity tests work.

--- /dev/null
+++ b/libcryptohash/test/Makefile
@@ -1,0 +1,20 @@
+# don't build anything for 'all'
+all: 
+	$(MAKE) -C ..
+
+check:
+	./runtest.sh
+
+.PHONY: %
+%:
+	./runtest.sh $@
+
+.PHONY: clean
+clean:
+	rm -f testmatch.use testmatch.o
+	@for i in `awk '/^[A-Z]/{print $$2}' tests`; do \
+	    echo rm -f $$i; \
+	    rm -f $$i; \
+	done
+
+install: