From e83446da1a3f626920d5e65d4f78651581765b61 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Jan 2007 14:23:48 +0100 Subject: tests: add basic infrastructure for regression tests The patch adds tests/ directory with simple regression tests infrastructure. Also, it adds the "ts-mount-paths" test that testing if all defined paths (fstab, mtab, locks) are still same. Signed-off-by: Karel Zak --- tests/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/README (limited to 'tests/README') diff --git a/tests/README b/tests/README new file mode 100644 index 000000000..bcade3d7a --- /dev/null +++ b/tests/README @@ -0,0 +1,16 @@ + + 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 + + Run one tests: + + ./ts--.sh + -- cgit v1.2.3-55-g7522