summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcpuset01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spcpuset01: Reduce output to reduce run-timeJoel Sherrill2015-04-144-4045/+12
|
* spcpuset01: fix test commentsDaniel Hellstrom2014-12-023-70/+70
|
* spcpuset01: Use %zd for size_t to eliminate warningJoel Sherrill2014-09-042-6/+6
|
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-252-4/+7
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-6/+6
|
* spcpuset01: Add check for sys/cpuset.h.Jennifer Averett2014-03-073-10/+29
| | | | | 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-196-0/+4402
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>.