summaryrefslogtreecommitdiff
path: root/modules/tss-tests
Commit message (Collapse)AuthorAgeFilesLines
* tss tests: Add tests for destructors and races.Bruno Haible2019-06-261-0/+1
| | | | | | | | * tests/test-tss.c (worker_thread): Fix typo in debug message. (test_tss_dtorcheck1, test_tss_dtorcheck2, test_tss_racecheck): New functions. (main): Invoke them. * modules/tls-tests (Depends-on): Add mtx.
* tss: Add tests.Bruno Haible2019-06-201-0/+15
* tests/test-tss.c: New file, based on tests/test-tls.c. * modules/tss-tests: New file.