From 5c705c116d9121eeed34c2aed843cd554bf9f248 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 14 Oct 2009 11:43:31 +0200 Subject: [PATCH] README Update --- t/README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/t/README b/t/README index 1a60972f1..46dcd1b50 100644 --- a/t/README +++ b/t/README @@ -4,6 +4,14 @@ These tests are a means to ensure basic sanity among the lx-office source files. The test framework was originally written by the guys of Bugzilla, and has been modified to cope with the Lx-Office structure. +To run a full test use the shell script t/test.sh. +You can also run every test with the perl interpreter like this: + +$ perl t/001compile.t + +A makefile for an automated make test would be highly appreciated. + + The Tests: @@ -14,7 +22,7 @@ The Tests: 004template.t defunct! 005no_tabs.t checks every file for the \t Tab char. don't use tabs please. 006spelling.t checks for common spelling errors. -011pog.t checks if POD syntax is correct. +011pod.t checks if POD syntax is correct. Wanted Tests: @@ -23,7 +31,10 @@ Wanted Tests: - check if symlinks are missing. - check for anything outside lower ascii in pl/pm files (only place for complex coding is locale) +- check for trailing whitespace - Devise a test to check if there are modifications to locales without a locales.pl run. - Test if parse_template can compile all html templates. + +and later: - spec tests for pure backend modules like Form.pm and Common.pm -- 2.20.1