GNOME Bugzilla – Bug 757703
test-cleanup and test-reuse are not disabled --disable-tests
Last modified: 2017-12-06 20:48:54 UTC
Created attachment 315012 [details] [review] Patch In tests/Makefile.am, test-cleanup and test-reuse are not disabled by --disable-tests. This patch fixes this.
Thanks for the patch! I'd go one step further, and modify the top-level Makefile.am so that it never goes into tests/ in the first place (like it does for BUILD_EXAMPLES). Then we can also drop the check subdir special-casing in tests/Makefile.am Any chance you could update the patch for that?
commit f5b7f57a1764820b312cb16cb24aa36f1db0ec33 (HEAD -> master, origin/master, origin/HEAD) Author: Tim-Philipp Müller <tim@centricular.com> Date: Wed Dec 6 20:47:22 2017 +0000 tests: disable all tests when --disable-tests is used Move conditional subdir include into top level. Based on patch by: Joel Holdsworth https://bugzilla.gnome.org/show_bug.cgi?id=757703