|
|
|
|
@ -101,7 +101,7 @@ include ../lib/common.Makefile
|
|
|
|
|
daemon-tests-main daemon-tests-jb daemon-tests-dtx daemon-tests-dtx-cn daemon-tests-pubsub \
|
|
|
|
|
daemon-tests-intfs daemon-tests-stats daemon-tests-delay-buffer daemon-tests-delay-timing \
|
|
|
|
|
daemon-tests-evs daemon-tests-player-cache daemon-tests-redis daemon-tests-redis-json \
|
|
|
|
|
daemon-tests-measure-rtp daemon-tests-mos-legacy
|
|
|
|
|
daemon-tests-measure-rtp daemon-tests-mos-legacy daemon-tests-mos-fullband
|
|
|
|
|
|
|
|
|
|
TESTS= test-bitstr aes-crypt aead-aes-crypt test-const_str_hash.strhash
|
|
|
|
|
ifeq ($(with_transcoding),yes)
|
|
|
|
|
@ -139,7 +139,8 @@ daemon-tests: daemon-tests-main daemon-tests-jb daemon-tests-pubsub daemon-tests
|
|
|
|
|
daemon-tests-evs daemon-tests-async-tc \
|
|
|
|
|
daemon-tests-audio-player daemon-tests-audio-player-play-media \
|
|
|
|
|
daemon-tests-intfs daemon-tests-stats daemon-tests-player-cache daemon-tests-redis \
|
|
|
|
|
daemon-tests-rtpp-flags daemon-tests-redis-json daemon-tests-measure-rtp daemon-tests-mos-legacy
|
|
|
|
|
daemon-tests-rtpp-flags daemon-tests-redis-json daemon-tests-measure-rtp daemon-tests-mos-legacy \
|
|
|
|
|
daemon-tests-mos-fullband
|
|
|
|
|
|
|
|
|
|
daemon-test-deps: tests-preload.so
|
|
|
|
|
$(MAKE) -C ../daemon
|
|
|
|
|
@ -204,6 +205,9 @@ daemon-tests-measure-rtp: daemon-test-deps
|
|
|
|
|
daemon-tests-mos-legacy: daemon-test-deps
|
|
|
|
|
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-mos-legacy.pl
|
|
|
|
|
|
|
|
|
|
daemon-tests-mos-fullband: daemon-test-deps
|
|
|
|
|
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-mos-fullband.pl
|
|
|
|
|
|
|
|
|
|
test-bitstr: test-bitstr.o
|
|
|
|
|
|
|
|
|
|
test-mix-buffer: test-mix-buffer.o $(COMMONOBJS) mix_buffer.o ssrc.o rtp.o crypto.o helpers.o \
|
|
|
|
|
|