From f98d4f766e39efd255c9b70d3780feea9c7a7898 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 12 Aug 2011 20:19:52 +0200 Subject: docs: Documentation directory added Move readme, licence, change log, relese notes and other supplementary files to a Documentation directory. This commit does not change contents of any other but few Makefile.am files. Signed-off-by: Sami Kerola --- Documentation/howto-tests.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/howto-tests.txt (limited to 'Documentation/howto-tests.txt') diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt new file mode 100644 index 000000000..c812a3929 --- /dev/null +++ b/Documentation/howto-tests.txt @@ -0,0 +1,27 @@ + + util-linux regression tests + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + It's expected that for each invasive change or important bugfix you will + include a test to your patch. + + + Run all tests: + + ./run.sh [--verbose] + + Run subset of tests: + + ./run.sh + + for example: + + ./run.sh blkid + ./run.sh fdisk + + + + *** WARNING *** + + The tests touch your /etc/fstab. Please, be careful and use + these tests only for development and never on production system. -- cgit v1.2.3-55-g7522