GNOME Bugzilla – Bug 723502
gst-plugins-good: Do not build check tests for disabled plugins
Last modified: 2014-02-26 08:17:10 UTC
This is similar to bug https://bugzilla.gnome.org/show_bug.cgi?id=723492 concerning gst-plugins-base except this one concerns gst-plugins-good This time it is the audiofx, effectv and videomixer plugins that can be disabled, but the corresponding tests are not. I aim to fix that.
Created attachment 267899 [details] [review] Proposed patch that disables the check tests for disabled plugins.
Review of attachment 267899 [details] [review]: What about all the many other without-dependency plugin tests here?
I'm not sure I understand what you mean here..? What do you mean by "without-dependency"? Is this comment similar to the one in 723492 in that you want me to add more --disable-flags so more tests can be disabled?
Yes
Created attachment 270082 [details] [review] Proposed patch that disables the check tests for disabled plugins.
commit b29d34de0c1192ae15b882ae263853f6ea60fb1f Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Mon Feb 3 01:44:21 2014 +0100 tests: Don't build disabled plugins' check tests https://bugzilla.gnome.org/show_bug.cgi?id=723502