From f742c9a4f716a2202f633830f2f2fbf0ccb0d926 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 26 Sep 2026 11:24:46 +0200 Subject: [PATCH] add make file --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 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 -- 2.47.3