Skip to content

Commit

Permalink
MT#61856 introduce auto-daemon-tests-sdp-orig-replacements
Browse files Browse the repository at this point in the history
Move SDP origin field replacements and session version
manipulations into a dedicated tests file.

Change-Id: Ie32917a2a7397ce109ad26b261abccbe3b4222be
  • Loading branch information
zenichev committed Jan 21, 2025
1 parent 1fa6b9f commit 20c6c99
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 429 deletions.
6 changes: 5 additions & 1 deletion t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ 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-sdes-manipulations
daemon-tests-sdp-manipulations daemon-tests-sdes-manipulations \
daemon-tests-sdp-orig-replacements

daemon-test-deps: tests-preload.so
$(MAKE) -C ../daemon
Expand Down Expand Up @@ -205,6 +206,9 @@ daemon-tests-sdp-manipulations: daemon-test-deps
daemon-tests-sdes-manipulations: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-sdes-manipulations.pl

daemon-tests-sdp-orig-replacements: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-sdp-orig-replacements.pl

daemon-tests-async-tc: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-async-tc.pl

Expand Down
Loading

0 comments on commit 20c6c99

Please sign in to comment.