]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add make file
authorBastian Dehn <hhaalo@arcor.de>
Sat, 26 Sep 2026 09:24:46 +0000 (11:24 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 26 Sep 2026 09:24:46 +0000 (11:24 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1715a9b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+.PHONY: all test
+
+all: test
+
+test:
+       ./tests/albentohandy.bats
+       ./tests/vorbis.bats
+       ./tests/mp3.bats
+       ./tests/opus.bats
+       ./tests/flac.bats