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:
2
makefile
2
makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user