diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:09 +0000 |
commit | 3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c (patch) | |
tree | 9532e637f47d6ff7246ccbabb62d4e2b4b5908df /tests/README | |
parent | Adding debian version 1.22.6. (diff) | |
download | dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.tar.xz dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.zip |
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/README b/tests/README index 3da99ab..a6592a4 100644 --- a/tests/README +++ b/tests/README @@ -10,7 +10,10 @@ You probably want to use something like eatmydata to run the tests, it affects the performance significantly. To test the tools from the dpkg build-tree, use the «test» target. If you -want instead to test the installed programs use the «installtest» target +want instead to test the installed programs use the «installtest» target. + +To test with the compiler sanitizer «configure ---enable-compiler-sanitizer», +and run the tests normally. The DPKG_TESTSUITE_OPTIONS environment/make variable can be used to change the behavior of the test runs, the following options are currently |