mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:13:32 +03:00
Test suite support for RTSP
This commit is contained in:
parent
715e3a806f
commit
35fbeda003
8 changed files with 1720 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
noinst_PROGRAMS = sws getpart sockfilt resolve tftpd
|
||||
noinst_PROGRAMS = sws getpart sockfilt resolve tftpd rtspd
|
||||
|
||||
useful = getpart.c getpart.h $(top_srcdir)/lib/strequal.c \
|
||||
$(top_srcdir)/lib/base64.c $(top_srcdir)/lib/mprintf.c \
|
||||
|
|
@ -20,3 +20,6 @@ getpart_LDADD = @TEST_SERVER_LIBS@
|
|||
|
||||
tftpd_SOURCES = tftpd.c util.c util.h $(useful) tftp.h
|
||||
tftpd_LDADD = @TEST_SERVER_LIBS@
|
||||
|
||||
rtspd_SOURCES = rtspd.c util.c util.h $(useful)
|
||||
rtspd_LDADD = @TEST_SERVER_LIBS@
|
||||
|
|
|
|||
1410
tests/server/rtspd.c
Normal file
1410
tests/server/rtspd.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue