Commit graph

18 commits

Author SHA1 Message Date
Evgeny Vereshchagin
1524cb2785 ci: no longer refer to Travis CI
and also add a link to Coveralls coverage reports
to Documentation/howto-test to make it a little easier
to find them.

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
2021-11-08 05:54:44 +00:00
Evgeny Vereshchagin
c881bec5fe ci: add a GHAction sending data to Coverity
To get it to work a secret named COVERITY_SCAN_TOKEN should
be added to the util-linux repository:
https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository

It has to match the util-linux project token, which
can be found at
https://scan.coverity.com/projects/karelzak-util-linux?tab=project_settings

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
2021-11-03 11:13:37 +00:00
Karel Zak
cd252c664c docs: update github URL
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-11-03 13:58:21 +01:00
Evgeny Vereshchagin
0f311c7ae7 docs: mention OSS-Fuzz and CIFuzz and how to build fuzz targets locally
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
2020-08-06 12:33:11 +00:00
Evgeny Vereshchagin
2092de0ff5 docs: mention Coverity Scan and the Fossies codespell report
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
2020-07-13 20:32:57 +00:00
Karel Zak
077650ff0d docs: remove drone.io, add lgtm.com
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-07-01 09:33:27 +02:00
Elliott Mitchell
2bb3aa36b2 cleanup: Remove some spurious spaces
Sorry detail-oriented people tend to wipe these out if they notice them.
Add in automated tools and lots of excess end-of-line spaces get wiped
out.

Addresses: https://github.com/karelzak/util-linux/pull/849
Signed-off-by: Karel Zak <kzak@redhat.com>
2019-10-01 13:01:43 +02:00
Karel Zak
55ff4da890 docs: update howto-tests.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2019-09-22 13:39:40 +02:00
Jakub Wilk
84bf1f6842 docs: fix typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
2018-11-03 20:56:20 +01:00
Karel Zak
268a62bf38 docs: fix typo
Reported-by: Andreas Henriksson <andreas@fatal.se>
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-27 23:07:15 +02:00
Karel Zak
eac8f358b7 docs: add notest about drone.io and travis-ci
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-27 16:04:42 +02:00
Karel Zak
d7030b0441 docs: document --exclude for tests
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-03-26 13:00:24 +01:00
Ruediger Meier
f1e744f283 tests: add documentation about environment variables
Introduced in 8e3ac29e, now advertised :)

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2015-03-26 12:17:39 +01:00
Karel Zak
91f98496f3 docs: update tests docs
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-08-03 21:33:32 +02:00
Karel Zak
43ffdc82fa 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>
2012-08-02 20:19:14 +02:00
Karel Zak
a9770f7fa0 docs: update howto-tests.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-30 18:37:54 +02:00
Karel Zak
922e6775e0 build-sys: move tests to check_PROGRAMS
Thanks to Mike Frysinger.

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-30 17:59:16 +02:00
Sami Kerola
f98d4f766e 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 <kerolasa@iki.fi>
2011-08-12 20:19:52 +02:00
Renamed from tests/README (Browse further)