MT#61856 introduce auto-daemon-tests-sdp-manipulations

Move SDP attr and SDP media level manipulations
into a dedicated tests file.

Change-Id: I5988f8f8250fe55682b822713a95a23bec45e6cb
pull/1907/head
Donat Zenichev 10 months ago
parent b4c1dc8e1f
commit a1777ef199

@ -142,7 +142,8 @@ daemon-tests: daemon-tests-main daemon-tests-jb daemon-tests-pubsub daemon-tests
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-mos-fullband daemon-tests-config-file \
daemon-tests-templ-def daemon-tests-templ-def-offer
daemon-tests-templ-def daemon-tests-templ-def-offer \
daemon-tests-sdp-manipulations
daemon-test-deps: tests-preload.so
$(MAKE) -C ../daemon
@ -198,6 +199,9 @@ daemon-tests-audio-player-play-media: daemon-test-deps
daemon-tests-rtpp-flags: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-rtpp-flags.pl
daemon-tests-sdp-manipulations: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-sdp-manipulations.pl
daemon-tests-async-tc: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-async-tc.pl

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save