rtspserver: Add udp-mcast transport SETUP test
[platform/upstream/gstreamer.git] / tests / Makefile.am
1 noinst_PROGRAMS = test-cleanup test-reuse
2
3 AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
4 AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
5 AM_LDFLAGS = \
6         $(GST_LIBS) \
7         $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la
8
9 if BUILD_TESTS
10 SUBDIRS_CHECK = check
11 else
12 SUBDIRS_CHECK =
13 endif
14
15 SUBDIRS =                       \
16         $(SUBDIRS_CHECK)
17
18 DIST_SUBDIRS =                  \
19         check