summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcpuset01/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spcpuset01: Reduce output to reduce run-timeJoel Sherrill2015-04-141-5/+4
|
* spcpuset01: Use %zd for size_t to eliminate warningJoel Sherrill2014-09-041-4/+4
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-5/+5
|
* spcpuset01: Add check for sys/cpuset.h.Jennifer Averett2014-03-071-3/+6
| | | | | If <sys/cpuset.h> is not provided by the toolset, the test cannot be compiled.
* sptests/spcpuset*: Add tests for fixed size cpu_set_t operations.Jennifer Averett2013-12-191-0/+125
This adds five tests for <sys/cpuset.h>. It does not include tests for CPU_XXX_S methods. The autotools should be able to avoid enabling the tests unless the toolset has <sys/cpuset.h>.