tests: add stress test for buffers and pools
[platform/upstream/gstreamer.git] / tests / benchmarks / Makefile.am
1 noinst_PROGRAMS = \
2         caps \
3         capsnego \
4         complexity \
5         controller \
6         init \
7         mass-elements \
8         gstpollstress \
9         gstpoolstress \
10         gstclockstress  \
11         gstbufferstress
12
13 LDADD = $(GST_OBJ_LIBS)
14 AM_CFLAGS = $(GST_OBJ_CFLAGS)
15
16 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
17 controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la $(LDADD)
18