summaryrefslogtreecommitdiff
path: root/common/test-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Move check_PROGRAMS into subdirectoriesDaiki Ueno2019-06-181-2/+2
|
* tests: Add tmpdir argument to p11_test_copy_setgidDaiki Ueno2019-06-181-2/+2
| | | | To prevent BUILDDIR being embedded in the library.
* tests: Skip tests calling getauxval(AT_SECURE) if binary is on /tmpDaiki Ueno2019-06-181-2/+3
|
* test: Remove setgid()ed copy of frob-getenvDaiki Ueno2016-12-131-2/+1
| | | | Otherwise the file is left in builddir, after make distclean.
* common: Fix in test-code for file descriptor validity checkPankaj2015-11-091-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=92843
* common: Use secure_getenv() implementation when setuidStef Walter2014-10-021-0/+27
| | | | | In anything security sensitive, use secure_getenv() implementation for retrieving environment variables.
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+117
Still use recursive for documentation and translation.