GNOME Bugzilla – Bug 770740
No way to disable build of tests/misc
Last modified: 2016-09-30 07:04:35 UTC
I built gstreamer with: --disable-check --disable-examples --disable-tests --disable-failing-tests --disable-benchmarks and found that netclock-replay and plot-data in tests/misc were still built. There doesn't seem to be any way to disable them, which seems odd to me because everything else in tests/ can be disabled with the above flags.
Didn't feel like adding a --disable-misc option for this as well, so let's try this: commit 1b1459b0a61bfa6a0cc49749d1562fb2fdbb06f9 Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Sep 2 23:22:17 2016 +0100 tests: don't build misc subdir if both examples and benchmarks have been disabled https://bugzilla.gnome.org/show_bug.cgi?id=770740