controller: add a benchmark to verify the switch to gsequence
[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
10 LDADD = $(GST_OBJ_LIBS)
11 AM_CFLAGS = $(GST_OBJ_CFLAGS)
12
13 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
14 controller_LDFLAGS = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la
15