Test suite support for RTSP

This commit is contained in:
Yang Tse 2010-02-01 12:05:08 +00:00
parent 715e3a806f
commit 35fbeda003
8 changed files with 1720 additions and 10 deletions

View file

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

File diff suppressed because it is too large Load diff