diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-06 10:23:51 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-06 10:23:51 -0500 |
commit | 35683feaeda793ac2951140bcd5b4b2163cab647 (patch) | |
tree | b82c4f006f367a39bb5570bbc347549afbb92448 /debian/rules | |
parent | 3050e349a4d759d11efbeefe040589abfca5c2e2 (diff) | |
download | libayatana-appindicator-35683feaeda793ac2951140bcd5b4b2163cab647.tar.gz libayatana-appindicator-35683feaeda793ac2951140bcd5b4b2163cab647.tar.bz2 libayatana-appindicator-35683feaeda793ac2951140bcd5b4b2163cab647.zip |
Temporarily disable gtk-doc completeness tests until they can be fixed.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index c4f16bc..ae06afc 100755 --- a/debian/rules +++ b/debian/rules @@ -72,14 +72,21 @@ override_dh_install: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: - #dh_auto_test --builddirectory=build/$* + # + # Not running the gtk-doc tests to check that the documentation is complete... + # + dh_auto_test --builddirectory=build/$* -- -C tests + dotest-gtk2: $(PY_VERSIONS:%=dotestgtk2-%) # GTK2 flavor test was run on a per-python-version basis. dotestgtk2-%: - #PYTHON=`which $*` \ - # dh_auto_test --builddirectory=build/gtk2 + # + # Not running the gtk-doc tests to check that the documentation is complete... + # + PYTHON=`which $*` \ + dh_auto_test --builddirectory=build/gtk2 -- -C tests override_dh_auto_clean: dh_auto_clean |