diff options
author | Ted Gould <ted@canonical.com> | 2009-06-24 12:35:35 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-24 12:35:35 -0500 |
commit | 09b4c9880d5765eb24d1b0778af52f5b80b98c3d (patch) | |
tree | 44de8ee77240e6119c48c154831acb05831c7338 /tests/dbusmenu-gtk | |
parent | 0b59a2e3144ce2faee808098a7caee27e2bb1280 (diff) | |
download | libdbusmenu-09b4c9880d5765eb24d1b0778af52f5b80b98c3d.tar.gz libdbusmenu-09b4c9880d5765eb24d1b0778af52f5b80b98c3d.tar.bz2 libdbusmenu-09b4c9880d5765eb24d1b0778af52f5b80b98c3d.zip |
starting to get mago into the test architecture
Diffstat (limited to 'tests/dbusmenu-gtk')
-rw-r--r-- | tests/dbusmenu-gtk/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |