aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-threaded.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-11tests: Fix memleak in run-threadedAndre Heinecke1-0/+1
* tests/run-threaded.c (verify): Free msg.
2018-11-16Add SPDX identifiers to most source filesWerner Koch1-18/+19
-- Signed-off-by: Werner Koch <[email protected]>
2018-11-15tests: Add run-threaded for multithread testsAndre Heinecke1-0/+678
* tests/Makefile.am (run-threaded): Add. * tests/run-threaded.c: New. -- This test is intended to help detect race conditions or other multithread problems. It can also be used to put the whole GnuPG system under extreme load.