summaryrefslogtreecommitdiffstats
path: root/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README16
1 files changed, 16 insertions, 0 deletions
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-<component_name>-<test_name>.sh
+