Upload Tizen:Base source
[framework/base/util-linux-ng.git] / tests / README
1
2  util-linux regression tests
3  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5  It's expected that for each invasive change or important bugfix you will
6  include a test to your patch.
7
8
9  Run all tests:
10
11         ./run.sh [--verbose]
12
13  Run one tests:
14
15         ./ts-<component_name>-<test_name>.sh [--verbose]
16
17
18
19  *** WARNING ***
20
21  The tests touch your /etc/fstab and /etc/blkid.tab. Please, be careful and use
22  these tests only for development and never on production system.