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 133441 - [build] need a simple way to run tests that shouldn't be in make check
[build] need a simple way to run tests that shouldn't be in make check
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal enhancement
: git master
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-04 22:13 UTC by Benjamin Otte (Company)
Modified: 2006-01-27 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2004-02-04 22:13:17 UTC
We need a simple way to run tests for stuff like alsa that shouldn't be run
by make check.

Would this be possible by having a tests/ subdir which is not included in
SUBDIRS?
So you could do cd tests && make check
Comment 1 David Schleef 2004-02-04 22:19:37 UTC
It could be done in the same way that gstreamer handles tests_fail,
tests_pass, and tests_inconsistent.
Comment 2 Andy Wingo 2006-01-27 16:06:57 UTC
Tests that aren't pass/fail are in tests/icles. Tests that are are in tests/check. There is provision for all kinds of tests there, also with alsa we should have something more interactive. Going ahead and marking obsolete, as we largely have this framework.