GNOME Bugzilla – Bug 133441
[build] need a simple way to run tests that shouldn't be in make check
Last modified: 2006-01-27 16:06:57 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
It could be done in the same way that gstreamer handles tests_fail, tests_pass, and tests_inconsistent.
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.