diff options
author | Ted Gould <ted@canonical.com> | 2009-10-09 13:08:22 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-09 13:08:22 -0400 |
commit | 7d5da2654470e74cd6eb41facc8b68a2c74289cc (patch) | |
tree | c25b00feb7dfaf459e4da8427c956d342ce443ab | |
parent | dce80730186bfb61b1919652d71fc249b8df5f75 (diff) | |
download | libdbusmenu-7d5da2654470e74cd6eb41facc8b68a2c74289cc.tar.gz libdbusmenu-7d5da2654470e74cd6eb41facc8b68a2c74289cc.tar.bz2 libdbusmenu-7d5da2654470e74cd6eb41facc8b68a2c74289cc.zip |
Setting up the mago paths to be absolute and correct. Also making sure it has the test files that it needs.
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b93f90b..da25f57 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -183,7 +183,9 @@ test_gtk_reorder_server_LDADD = \ test-mago: test-gtk-label-client test-gtk-label-server $(srcdir)/dbusmenu-gtk/mago_tests/dbusmenu.xml Makefile.am @echo "#!/bin/sh" > test-mago @echo cd $(srcdir)/dbusmenu-gtk >> test-mago - @echo PYTHONPATH=$(srcdir)/dbusmenu-gtk/maga_tests:$(PYTHONPATH) mago -f dbusmenu.xml -t $(builddir)/mago.results >> test-mago + @echo echo Mago Results dir: $(abs_builddir)/mago.results >> test-mago + @echo echo PYTHONPATH=$(abs_srcdir)/dbusmenu-gtk/mago_tests >> test-mago + @echo PYTHONPATH=$(abs_srcdir)/dbusmenu-gtk/mago_tests mago -f dbusmenu.xml -t $(abs_builddir)/mago.results --log-level=debug >> test-mago @chmod +x test-mago ######################### @@ -199,6 +201,8 @@ EXTRA_DIST = \ $(examples_DATA) \ test-gtk-label.json \ dbusmenu-gtk/dbusMenuTest \ + dbusmenu-gtk/mago_tests/dbusmenu.xml \ + dbusmenu-gtk/mago_tests/dbusmenu.py \ dbusmenu-gtk/mago_tests/data/blank_label_2levels.json \ dbusmenu-gtk/mago_tests/data/blank_label.json \ dbusmenu-gtk/mago_tests/data/blank_submenus.json \ |