summaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Don't build the tests/binaries until we want to run themAndrew G. Morgan2021-09-041-5/+3
* Canonicalize build systemDavid Seifert2021-09-011-6/+3
* Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan2021-08-311-7/+7
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-251-5/+5
* Revert most of the LDFLAGS -> LDSTATIC change.Andrew G. Morgan2021-08-231-8/+11
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-191-8/+8
* Support distributions that build libcap with aggressive link options.Andrew G. Morgan2021-08-131-8/+8
* Validate that user namespaces require CAP_SETFCAP to map UID=0.Andrew G. Morgan2021-05-161-11/+18
* Migrate building progs/tcapsh-static to sudotestAndrew G. Morgan2020-11-101-4/+4
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-271-24/+56
* Lessen the system requirements for running make sudotestAndrew G. Morgan2020-10-251-2/+2
* Demonstrate why libpsx is important for multithreaded C code.Andrew G. Morgan2020-10-241-1/+21
* Fix tests:sudotest for DYNAMIC=yes testingAndrew G. Morgan2020-10-181-2/+4
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-131-14/+16
* Be slightly more selective in what to build.Andrew G. Morgan2020-09-121-1/+3
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-071-8/+15
* no more psx_test_wrapPetr Ovtchenkov2020-08-051-1/+1
* Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan2020-07-091-6/+2
* Implement cap_launch.Andrew G. Morgan2020-02-231-3/+20
* Add support for fork() in libpsx.Andrew G. Morgan2020-02-171-1/+1
* Break out test into two parts: test or sudotest.Andrew G. Morgan2019-12-151-0/+2
* Restructure the make files into build vs. testAndrew G. Morgan2019-12-131-4/+11
* Add support to libcap for overriding system call functions.Andrew G. Morgan2019-12-061-2/+8
* Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan2019-12-051-0/+23