Browse Source

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

Move SDES manipulations into a dedicated tests file.

Change-Id: Ic7cbee45fa26ce4b8b5c44e9a7e6ec6fd14aabb6
pull/1907/head
Donat Zenichev 11 months ago
parent
commit
1fa6b9ffea
3 changed files with 1432 additions and 1406 deletions
  1. +4
    -1
      t/Makefile
  2. +1428
    -0
      t/auto-daemon-tests-sdes-manipulations.pl
  3. +0
    -1405
      t/auto-daemon-tests.pl

+ 4
- 1
t/Makefile View File

@ -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


+ 1428
- 0
t/auto-daemon-tests-sdes-manipulations.pl
File diff suppressed because it is too large
View File


+ 0
- 1405
t/auto-daemon-tests.pl
File diff suppressed because it is too large
View File


Loading…
Cancel
Save