summaryrefslogtreecommitdiffstats
path: root/menu/tests
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2003-11-21 12:15:10 +0000
committerWaldo Bastian <waldo.bastian@intel.com>2003-11-21 12:15:10 +0000
commitb0a665efde552fc14ea6dca56374db9da81a8e31 (patch)
tree863ec59eda838c92faefbc1cff2b6f4d78bedd87 /menu/tests
parent1c1fca1b0fa9c9a96153f06ed0f00fe40df035a4 (diff)
downloadxdg-specs-b0a665efde552fc14ea6dca56374db9da81a8e31.tar.xz
Updated to reflect new organisation of tests.
Diffstat (limited to 'menu/tests')
-rw-r--r--menu/tests/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/menu/tests/README b/menu/tests/README
index ba3528d..e3a4fd8 100644
--- a/menu/tests/README
+++ b/menu/tests/README
@@ -22,18 +22,20 @@ Development/ kde-quanta.desktop /opt/kde3/share/applnk/Development/quant
The environment variable $MENUTEST should point to a command that is
able to generate the menu in the above format.
+To test KDE one can use:
+ MENUTEST="kbuildsycoca --menutest"
+
The menutest script should be used to run the tests. The following commands can
be used:
- MENUTEST=foobar menutest
+ MENUTEST="foo -bar" ./menutest
to run all tests
- MENUTEST=foobar menutest test-1
-
-to run test-1 only
+ MENUTEST="foo -bar" TESTS="a b" ./menutest
+to run test a and b only
-All tests contain of a test setup script that starts with "test-" and a file describing
-the expected menu that starts with "result-".
+All tests contain of a test setup script named "test" and a file describing
+the expected menu named "result".