aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-18 22:35:48 -0500
committerTed Gould <ted@canonical.com>2009-06-18 22:35:48 -0500
commit31d98b4d59d61ba5f22554e00a3152829f488617 (patch)
tree7ce7e26e636322f417cb82954267f8dbe52ed627 /tests/Makefile.am
parent8c20e20e5a4863e53b39503f443c5a733169e55c (diff)
parent9293879744bb732b416c6c57f38808381c282759 (diff)
downloadlibdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.tar.gz
libdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.tar.bz2
libdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.zip
Dbus death branch.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am18
1 files changed, 11 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 70750ac..2ec6ca7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -84,36 +84,38 @@ test_glib_properties_client_LDADD = \
-test-gtk-label: test-gtk-label-client test-gtk-label-server
- $(DBUS_RUNNER) --task ./test-gtk-label-client --task-name Client --task ./test-gtk-label-server --task-name Server --ignore-return
+test-gtk-label: test-gtk-label-client test-gtk-label-server test-gtk-label.json
+ $(DBUS_RUNNER) --task ./test-gtk-label-client --task-name Client --task ./test-gtk-label-server --parameter $(srcdir)/test-gtk-label.json --task-name Server --ignore-return
test_gtk_label_server_SOURCES = \
- test-gtk-label.h \
test-gtk-label-server.c
test_gtk_label_server_CFLAGS = \
-I $(srcdir)/.. \
$(DBUSMENUGTK_CFLAGS) \
+ $(DBUSMENUTESTS_CFLAGS) \
$(DBUSMENUGLIB_CFLAGS) -Wall -Werror
test_gtk_label_server_LDADD = \
../libdbusmenu-glib/libdbusmenu-glib.la \
../libdbusmenu-gtk/libdbusmenu-gtk.la \
- $(DBUSMENUGTK_LIBS)
+ $(DBUSMENUGTK_LIBS) \
+ $(DBUSMENUTESTS_LIBS)
test_gtk_label_client_SOURCES = \
- test-gtk-label.h \
test-gtk-label-client.c
test_gtk_label_client_CFLAGS = \
-I $(srcdir)/.. \
$(DBUSMENUGTK_CFLAGS) \
+ $(DBUSMENUTESTS_CFLAGS) \
$(DBUSMENUGLIB_CFLAGS) -Wall -Werror
test_gtk_label_client_LDADD = \
../libdbusmenu-glib/libdbusmenu-glib.la \
../libdbusmenu-gtk/libdbusmenu-gtk.la \
- $(DBUSMENUGTK_LIBS)
+ $(DBUSMENUGTK_LIBS) \
+ $(DBUSMENUTESTS_LIBS)
@@ -122,4 +124,6 @@ examplesdir = $(docdir)/examples/
examples_DATA = \
$(glib_server_nomenu_SOURCES)
-EXTRA_DIST = $(examples_DATA)
+EXTRA_DIST = \
+ $(examples_DATA) \
+ test-gtk-label.json