Initial revision
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..e19548a
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,13 @@
+#
+# GNU makefile
+#
+all: clean
+	./test_unit.sh
+	./test_streams.sh
+
+debug: all
+
+release: all
+
+clean:
+	rm -f *.raw *.flac *.cmp *.log