-
- Downloads
selftests: add mq_open_tests
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 <dledford@redhat.com> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Doug Ledford <dledford@redhat.com> Cc: Joe Korty <joe.korty@ccur.com> Cc: Amerigo Wang <amwang@redhat.com> Cc: Serge E. Hallyn <serue@us.ibm.com> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Manfred Spraul <manfred@colorfullife.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- tools/testing/selftests/Makefile 1 addition, 1 deletiontools/testing/selftests/Makefile
- tools/testing/selftests/mqueue/Makefile 8 additions, 0 deletionstools/testing/selftests/mqueue/Makefile
- tools/testing/selftests/mqueue/mq_open_tests.c 492 additions, 0 deletionstools/testing/selftests/mqueue/mq_open_tests.c
tools/testing/selftests/mqueue/Makefile
0 → 100644
Please register or sign in to comment