diff options
author | Ted Gould <ted@gould.cx> | 2011-07-14 13:33:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-14 13:33:11 -0500 |
commit | 6032a847e527d10641396268dfe4d0db176d3b56 (patch) | |
tree | 62d2efca4b4ce17c6dd57e38a6822f5d71bb2e87 /tests/Makefile.in | |
parent | c1034173faf54120c693c984123f343968621359 (diff) | |
parent | c6d763c2fa431fefd0869d381b15c25364e8972f (diff) | |
download | libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.tar.gz libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.tar.bz2 libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.zip |
Import upstream version 0.3.91
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index e45b6f7..25e8106 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -34,6 +34,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +XFAIL_TESTS = check_PROGRAMS = test-loader$(EXEEXT) test-desktop-shortcuts$(EXEEXT) \ service-shutdown-timeout$(EXEEXT) \ service-manager-no-connect$(EXEEXT) \ @@ -447,11 +448,6 @@ DISTCLEANFILES = test-desktop-shortcuts-tester \ service-version-multiwatch-tester \ service-manager-connect-nostart-tester loader-tester \ $(XML_REPORT) $(HTML_REPORT) -# Bug 806690 -# Bug 806691 -# Bug 806692 -XFAIL_TESTS = service-manager-connect-tester service-version-tester \ - service-version-multiwatch-tester lib_LTLIBRARIES = \ libdummy-indicator-blank.la \ libdummy-indicator-null.la \ |