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

Move SDES manipulations into a dedicated tests file.

Change-Id: Ic7cbee45fa26ce4b8b5c44e9a7e6ec6fd14aabb6
pull/1907/head
Donat Zenichev 1 year ago
parent a1777ef199
commit 1fa6b9ffea

@ -143,7 +143,7 @@ daemon-tests: daemon-tests-main daemon-tests-jb daemon-tests-pubsub daemon-tests
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-sdp-manipulations
daemon-tests-sdp-manipulations daemon-tests-sdes-manipulations
daemon-test-deps: tests-preload.so
$(MAKE) -C ../daemon
@ -202,6 +202,9 @@ daemon-tests-rtpp-flags: daemon-test-deps
daemon-tests-sdp-manipulations: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-sdp-manipulations.pl
daemon-tests-sdes-manipulations: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-sdes-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