fix: link JACK and math libraries in integration test build
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -6,7 +6,7 @@ looper: src/main.c
|
|||||||
$(CC) $(CFLAGS) -o looper src/main.c $(LDFLAGS)
|
$(CC) $(CFLAGS) -o looper src/main.c $(LDFLAGS)
|
||||||
|
|
||||||
integration: looper tests/integration.c
|
integration: looper tests/integration.c
|
||||||
$(CC) $(CFLAGS) -o integration_test tests/integration.c
|
$(CC) $(CFLAGS) -o integration_test tests/integration.c -ljack -lm
|
||||||
./integration_test
|
./integration_test
|
||||||
|
|
||||||
.PHONY: clean integration
|
.PHONY: clean integration
|
||||||
|
|||||||
Reference in New Issue
Block a user