diff options
author | Mark McLoughlin <mark@skynet.ie> | 2005-02-18 16:27:54 +0000 |
---|---|---|
committer | Mark McLoughlin <mark@skynet.ie> | 2005-02-18 16:27:54 +0000 |
commit | 84abdf7c07f88c4249c7be93b95775fd26ead257 (patch) | |
tree | 4e75c5c786efea954341f39260c95b2c8386656a /menu/tests/README | |
parent | f48caff725f8b1c13ec2b4018d9e8d3409a89d12 (diff) | |
download | xdg-specs-84abdf7c07f88c4249c7be93b95775fd26ead257.tar.xz |
test that
2005-02-18 Mark McLoughlin <mark@skynet.ie>
* tests/o/result,
tests/o/test: test that
<And><Category>foo</Category><Not><Category>foo</Category></Not></And>
doesn't match anything.
* README: add bit about how to test the GNOME impl.
Diffstat (limited to 'menu/tests/README')
-rw-r--r-- | menu/tests/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/menu/tests/README b/menu/tests/README index e3a4fd8..edda7ce 100644 --- a/menu/tests/README +++ b/menu/tests/README @@ -25,6 +25,9 @@ able to generate the menu in the above format. To test KDE one can use: MENUTEST="kbuildsycoca --menutest" +With GNOME, you can use: + MENUTEST=gnome-menu-spec-test + The menutest script should be used to run the tests. The following commands can be used: |