benchmark: add a benchmark for bgo/760267
[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         tracerserialize
13
14 LDADD = $(GST_OBJ_LIBS)
15 AM_CFLAGS = $(GST_OBJ_CFLAGS)
16
17 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
18 controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la $(LDADD)
19