fix: add jack-looper as dependency of test target

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-05 13:57:26 +00:00
parent 233676373c
commit 20b12390ee

View File

@@ -93,7 +93,7 @@ cli.o: cli.c cli.h engine.h transport.h
clean:
rm -f *.o lib/microui.o wav_io.o jack-looper test_engine test_tui test_gui test_cli test_stress test_wav_io
test: test_engine test_tui test_cli test_wav_io test_audio_routing
test: jack-looper test_engine test_tui test_cli test_wav_io test_audio_routing
./test_engine
./test_tui
./test_cli