aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 00:32:12 -0500
committerTed Gould <ted@gould.cx>2011-07-07 00:32:12 -0500
commit709208d42375adfe05102f9dbddd638a81776e16 (patch)
treed8399537ea41dbddf2f816e51bb670867da833a0 /tests/Makefile.in
parent9a18c1c095a420b16431b4f411d627786448a81a (diff)
parentc1034173faf54120c693c984123f343968621359 (diff)
downloadlibayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.tar.gz
libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.tar.bz2
libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.zip
* New upstream release.
* Build Fixes * Adding license to test files (LP: #684886) * Bump API/ABI versions appropriately and make easier to edit them in the future * Adding a name-hint to the indicator entries * Merging scroll functions into a single good one (LP: #804618)
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 10db723..e45b6f7 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -49,7 +49,10 @@ check_PROGRAMS = test-loader$(EXEEXT) test-desktop-shortcuts$(EXEEXT) \
subdir = tests
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
+ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
@@ -241,7 +244,7 @@ test_loader_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_loader_CFLAGS) \
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/depcomp
+depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -444,6 +447,11 @@ 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 \