]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missi... 232/head
authorAndrey Volk <andywolk@gmail.com>
Tue, 14 Jan 2020 20:12:18 +0000 (20:12 +0000)
committerAndrey Volk <andywolk@gmail.com>
Sat, 18 Jan 2020 09:58:42 +0000 (09:58 +0000)
commit751d5ff55b1e1a1869cecad1551a314cbfbb8553
tree1476b0394c9fe36ad0ebc50ee598c1c6858c897d
parent5e83ef7e7b353e06dbfcd5b3645fd9e19461fbcc
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.
20 files changed:
Makefile.am
configure.ac
src/include/test/switch_test.h
src/mod/Makefile.am
src/mod/applications/mod_av/Makefile.am
src/mod/applications/mod_av/test/test_avformat.c
src/mod/applications/mod_conference/Makefile.am
src/mod/applications/mod_conference/test/test_image.c
src/mod/applications/mod_conference/test/test_member.c
src/mod/applications/mod_http_cache/Makefile.am
src/mod/applications/mod_http_cache/test/Makefile.am [deleted file]
src/mod/applications/mod_test/Makefile.am
src/mod/applications/mod_test/test/Makefile.am [deleted file]
src/mod/applications/mod_test/test/test_asr.c
src/mod/endpoints/mod_sofia/Makefile.am
src/mod/event_handlers/mod_rayo/Makefile.am
src/mod/event_handlers/mod_rayo/test/Makefile.am [deleted file]
src/mod/formats/mod_png/Makefile.am [new file with mode: 0644]
src/mod/languages/mod_lua/Makefile.am
src/mod/languages/mod_lua/test/Makefile.am [deleted file]