From b0a665efde552fc14ea6dca56374db9da81a8e31 Mon Sep 17 00:00:00 2001 From: Waldo Bastian Date: Fri, 21 Nov 2003 12:15:10 +0000 Subject: Updated to reflect new organisation of tests. --- menu/tests/README | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'menu') 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". -- cgit v1.2.3-54-g00ecf