diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 16:04:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 16:04:58 -0600 |
commit | 2706502837db2f630ca54b5371d3fa01cb14e34e (patch) | |
tree | 2eca17371e7cb532c230fe62dd3fef31ba2402f5 /tests | |
parent | 86419fbda78c03528f96fcb17602276b2d2cfc3f (diff) | |
parent | 67140a70be29d91ccfca36095b6d393acfbd901a (diff) | |
download | libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.tar.gz libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.tar.bz2 libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.zip |
Intial release.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rw-r--r-- | tests/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5040b77..5e176b5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -168,6 +168,7 @@ test-libappindicator-dbus: test-libappindicator-dbus-client test-libappindicator @chmod +x test-libappindicator-dbus TESTS += test-libappindicator-dbus +XFAIL_TESTS = test-libappindicator-dbus test-libappindicator-status: test-libappindicator-status-client test-libappindicator-status-server Makefile.am @echo "#!/bin/bash" > test-libappindicator-status diff --git a/tests/Makefile.in b/tests/Makefile.in index 9d48c30..13a2958 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -470,6 +470,7 @@ test_libappindicator_fallback_item_LDADD = \ XML_REPORT = libappindicator-check-results.xml HTML_REPORT = libappindicator-check-results.html DBUS_RUNNER = dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf +XFAIL_TESTS = test-libappindicator-dbus ######################################### ######################################### |