Skip to content

Commit

Permalink
MT#61856 introduce auto-daemon-moh
Browse files Browse the repository at this point in the history
Move MoH tests into a dedicated tests file.

Change-Id: I2b95d09019e710bfe6a6b2533d77aeba45f26178
  • Loading branch information
zenichev committed Jan 21, 2025
1 parent 20c6c99 commit 6afdcbb
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 678 deletions.
5 changes: 4 additions & 1 deletion t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ daemon-tests: daemon-tests-main daemon-tests-jb daemon-tests-pubsub daemon-tests
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-orig-replacements
daemon-tests-sdp-orig-replacements daemon-tests-moh

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

daemon-tests-moh: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-moh.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 6afdcbb

Please sign in to comment.