diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:34:20 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:34:20 -0500 |
commit | a83d65cd02023cdddb6f1455f1a9877c85bd84ea (patch) | |
tree | 9225a9b221d16cceae948cf8c528e2fe89ef2c9b /tests | |
parent | a9d343cf51cb3595491cfcbc6c9686b049c30160 (diff) | |
parent | 26b952114c696b0f373d848c6de6b1c9bd937b46 (diff) | |
download | libayatana-appindicator-a83d65cd02023cdddb6f1455f1a9877c85bd84ea.tar.gz libayatana-appindicator-a83d65cd02023cdddb6f1455f1a9877c85bd84ea.tar.bz2 libayatana-appindicator-a83d65cd02023cdddb6f1455f1a9877c85bd84ea.zip |
releasing version 0.2.95-0ubuntu10.2.95-0ubuntu1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rw-r--r-- | tests/Makefile.in | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ed89981..a65f320 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -153,6 +153,7 @@ HTML_REPORT = libappindicator-check-results.html libappindicator-tests: libappindicator-tests-gtester Makefile.am @echo "#!/bin/bash" > $@ @echo . $(srcdir)/run-xvfb.sh >> $@ + @echo export UBUNTU_MENUPROXY= >> $@ @echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@ @chmod +x $@ diff --git a/tests/Makefile.in b/tests/Makefile.in index bdb7f00..e1ff4c6 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -44,11 +44,8 @@ check_PROGRAMS = test-libappindicator$(EXEEXT) \ subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/introspection.m4 $(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)/acinclude.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -295,6 +292,7 @@ SHELL = @SHELL@ STRIP = @STRIP@ TESTDEPS_CFLAGS = @TESTDEPS_CFLAGS@ TESTDEPS_LIBS = @TESTDEPS_LIBS@ +VALAC = @VALAC@ VALA_API_GEN = @VALA_API_GEN@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ @@ -1036,6 +1034,7 @@ test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libapp libappindicator-tests: libappindicator-tests-gtester Makefile.am @echo "#!/bin/bash" > $@ @echo . $(srcdir)/run-xvfb.sh >> $@ + @echo export UBUNTU_MENUPROXY= >> $@ @echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@ @chmod +x $@ |