aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mqueue
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31tools/selftests: add mq_perf_testsDoug Ledford3-1/+746
Add the mq_perf_tests tool I used when creating my mq performance patch. Also add a local .gitignore to keep the binaries from showing up in git status output. [[email protected]: checkpatch fixes] Signed-off-by: Doug Ledford <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: Manfred Spraul <[email protected]> Cc: Frederic Weisbecker <[email protected]> Acked-by: KOSAKI Motohiro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-05-31selftests: add mq_open_testsDoug Ledford2-0/+500
Add a directory to house POSIX message queue subsystem specific tests. Add first test which checks the operation of mq_open() under various corner conditions. Signed-off-by: Doug Ledford <[email protected]> Cc: KOSAKI Motohiro <[email protected]> Cc: Doug Ledford <[email protected]> Cc: Joe Korty <[email protected]> Cc: Amerigo Wang <[email protected]> Cc: Serge E. Hallyn <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: Manfred Spraul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>