summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcpuset01/system.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spcpuset01: Reduce output to reduce run-timeJoel Sherrill2015-04-141-1/+6
|
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-0/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* spcpuset01: Add check for sys/cpuset.h.Jennifer Averett2014-03-071-5/+9
| | | | | 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/+49
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>.