fix: update test_stress.c to use new dispatcher API and remove transport.o dependency

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 19:56:46 +00:00
parent 333b2c489b
commit b261cd7487

View File

@@ -22,7 +22,7 @@ test_cli: test_cli.o engine.o cli.o transport.o wav_io.o dispatcher.o
test_double_process: test_double_process.o engine.o transport.o wav_io.o test_double_process: test_double_process.o engine.o transport.o wav_io.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_stress: test_stress.o dispatcher.o transport.o test_stress: test_stress.o dispatcher.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_wav_io: test_wav_io.o wav_io.o test_wav_io: test_wav_io.o wav_io.o