From 2ea74277abe828408ac6207211520ee9cb4ed9b7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 1 Oct 2023 06:13:15 +0400 Subject: [PATCH] Added run-dj test target in Makefile. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 1f785df..f90ea72 100755 --- a/Makefile +++ b/Makefile @@ -27,6 +27,11 @@ run: bin/dwelling-radio -listen 127.0.0.1:18322 -mls-file ./mls-test \ -ic-url http://radio.arav.home.arpa/status-json.xsl -ic-playlist ./p.log +run-dj: + bin/dwelling-radiodj -listen 127.0.0.1:18323 -list-length 10 \ + -playlist /mnt/data/appdata/radio/playlists/all-rand \ + -mls-file ./mls-test + install: install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET} install -Dm 0755 bin/${TARGET}dj ${DESTDIR}${PREFIX}/bin/${TARGET}dj