benchmark: New benchmark for testing contention when creating buffers
[platform/upstream/gstreamer.git] / tests / benchmarks / Makefile.am
1 noinst_PROGRAMS = \
2         caps \
3         complexity \
4         controller \
5         init \
6         mass-elements \
7         gstpollstress \
8         gstclockstress  \
9         gstbufferstress
10
11 LDADD = $(GST_OBJ_LIBS)
12 AM_CFLAGS = $(GST_OBJ_CFLAGS)
13
14 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
15 controller_LDFLAGS = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la
16