From 09b4c9880d5765eb24d1b0778af52f5b80b98c3d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 24 Jun 2009 12:35:35 -0500 Subject: starting to get mago into the test architecture --- configure.ac | 1 + tests/Makefile.am | 2 ++ tests/dbusmenu-gtk/Makefile.am | 7 +++++++ 3 files changed, 10 insertions(+) create mode 100644 tests/dbusmenu-gtk/Makefile.am diff --git a/configure.ac b/configure.ac index d35e27b..6a5ed9a 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ libdbusmenu-gtk/dbusmenu-gtk.pc libdbusmenu-qt/Makefile libdbusmenu-qt/dbusmenu-qt.pc tests/Makefile +tests/dbusmenu-gtk/Makefile ]) ########################### diff --git a/tests/Makefile.am b/tests/Makefile.am index 2ec6ca7..452f4f6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = dbusmenu-gtk + check: tests DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am new file mode 100644 index 0000000..9b18e21 --- /dev/null +++ b/tests/dbusmenu-gtk/Makefile.am @@ -0,0 +1,7 @@ + +check: tests + +tests: mago + +mago: + mago -f $(srcdir)/dbusmenu.xml -- cgit v1.2.3