gstreamer/tests/Makefile.am
Andy Wingo c32ed239dd tests/: Merge in complexity tests from HEAD.
Original commit message from CVS:
2005-03-01  Andy Wingo  <wingo@pobox.com>

* tests/Makefile.am, tests/complexity.c:
* tests/complexity.gnuplot, tests/bench-complexity.scm: Merge in
complexity tests from HEAD.
2005-03-01 12:57:51 +00:00

18 lines
343 B
Makefile

SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
if GST_DISABLE_TRACE
LAT =
else
LAT = lat
endif
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements complexity
AM_CFLAGS = $(GST_OBJ_CFLAGS)
LIBS = $(GST_OBJ_LIBS)
EXTRA_DIST = README
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking