Add SYSV message queue test
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 28 Oct 2016 20:35:03 +0000 (18:35 -0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 28 Dec 2016 22:30:59 +0000 (20:30 -0200)
commit59c900c54b8db3638bc5e9e90784552aab4e2df4
tree3052c17a35bba281f4c7b236170238e565ed16e6
parent2182a151a7bc0ca971bdfd1bddc4b7180172ac8b
Add SYSV message queue test

This patch adds a simple SYSV message queue test to check for correct
argument passing on kernel.  The idea is neither to be an extensive
testing nor to check for any specific Linux test.

* sysvipc/Makefile (tests): Add test-sysvmsg.
* sysvipc/test-sysvmsg.c: New file.
* test-skeleton.c (FAIL_UNSUPPORTED): New define.
ChangeLog
support/check.h
sysvipc/Makefile
sysvipc/test-sysvmsg.c [new file with mode: 0644]