diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-10 14:11:17 -0500 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-10 14:11:17 -0500 |
| commit | dfcaec3ddc7445d596cb5fe3e36d94e5540ecf61 (patch) | |
| tree | 0d0a77a54e6719bc2c5cb3a63fbdc421ee92297e /tests/Makefile.am | |
| parent | 5a14060ce866b8f654082fc67ce8e15b33dcbbbf (diff) | |
| parent | fdf83d543a30e6c94bbca52bd98b7a3ee5c259a5 (diff) | |
| download | libdbusmenu-dfcaec3ddc7445d596cb5fe3e36d94e5540ecf61.tar.gz libdbusmenu-dfcaec3ddc7445d596cb5fe3e36d94e5540ecf61.tar.bz2 libdbusmenu-dfcaec3ddc7445d596cb5fe3e36d94e5540ecf61.zip | |
releasing version 0.3.101-0ubuntu1
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 61b3e69..a2c0716 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,10 +17,16 @@ TESTS = \ test-gtk-objects-test \ test-gtk-label \ test-gtk-shortcut \ - test-gtk-shortcut-python \ test-gtk-reorder \ test-gtk-submenu \ - test-gtk-parser-test \ + test-gtk-parser-test + +# The Python test only work on the system copy of +# dbusmenu, so while they can be usefule they're not +# good tests of what you're currently building. Handy +# to check GI support though. FIXME! +PYTHON_TESTS = \ + test-gtk-shortcut-python \ test-glib-simple-items.py check_PROGRAMS = \ |
