diff options
author | Ted Gould <ted@gould.cx> | 2010-02-05 10:54:11 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-05 10:54:11 -0800 |
commit | a207ebb4db1921fe122a9c78b97f17e7ec175a29 (patch) | |
tree | 40aac4e1366b820197a4568b391f00ce8583f904 /tests | |
parent | 4a1e9ef344e3adf27769e9a051b2748e1fc1e12a (diff) | |
parent | 13e9606df07165627e9518bf7c30292a019124cf (diff) | |
download | libdbusmenu-a207ebb4db1921fe122a9c78b97f17e7ec175a29.tar.gz libdbusmenu-a207ebb4db1921fe122a9c78b97f17e7ec175a29.tar.bz2 libdbusmenu-a207ebb4db1921fe122a9c78b97f17e7ec175a29.zip |
Fixing dist to include json files and a new readme explaining the bench files.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 | ||||
-rw-r--r-- | tests/test-gtk-label.json | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5297dbd..746ac23 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -231,10 +231,15 @@ examplesdir = $(docdir)/examples/ examples_DATA = \ $(glib_server_nomenu_SOURCES) +jsondir = $(datadir)/${PACKAGE}/json/ + +json_DATA = \ + test-gtk-label.json + EXTRA_DIST = \ $(examples_DATA) \ run-xvfb.sh \ - test-gtk-label.json \ + $(json_DATA) \ dbusmenu-gtk/dbusMenuTest \ dbusmenu-gtk/mago_tests/dbusmenu.xml \ dbusmenu-gtk/mago_tests/dbusmenu.py \ diff --git a/tests/test-gtk-label.json b/tests/test-gtk-label.json index 1a46dcf..973ab7b 100644 --- a/tests/test-gtk-label.json +++ b/tests/test-gtk-label.json @@ -198,7 +198,7 @@ {"id": 39, "type": "standard", "label": "value39"} ] - }, + } ] }, {"id": 8, "type": "standard", @@ -367,5 +367,5 @@ QmCC", "toggle-state": -1 } ] - }, + } ] |