summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-tests.txt
diff options
context:
space:
mode:
authorKarel Zak2012-08-02 20:19:14 +0200
committerKarel Zak2012-08-02 20:19:14 +0200
commit43ffdc82fa3ef632638cf5e6899811fc4b01d351 (patch)
treeb3198dfb07c36da4e6ec89d8d3a8c417b6c93397 /Documentation/howto-tests.txt
parentwdctl: tiny change to man page (diff)
downloadkernel-qcow2-util-linux-43ffdc82fa3ef632638cf5e6899811fc4b01d351.tar.gz
kernel-qcow2-util-linux-43ffdc82fa3ef632638cf5e6899811fc4b01d351.tar.xz
kernel-qcow2-util-linux-43ffdc82fa3ef632638cf5e6899811fc4b01d351.zip
build-sys: don't compile lib{mount,blkid} tests when --disable-static specified
The tests often depend on private (non-API) library functions. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/howto-tests.txt')
-rw-r--r--Documentation/howto-tests.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt
index f41628e99..ca14b2b95 100644
--- a/Documentation/howto-tests.txt
+++ b/Documentation/howto-tests.txt
@@ -9,6 +9,9 @@
$ make check
+ Note that the configure option --disable-static disables many of libmount and
+ libblkid unit tests.
+
Run all tests including tests that require root permissions:
# cd tests