After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770740 - No way to disable build of tests/misc
No way to disable build of tests/misc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.9.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-02 08:55 UTC by Alistair Buxton
Modified: 2016-09-30 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alistair Buxton 2016-09-02 08:55:11 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.
Comment 1 Tim-Philipp Müller 2016-09-02 22:26:30 UTC
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