about summary refs log tree commit diff
path: root/sysvipc/test-sysvsem.c
Commit message (Collapse)AuthorAgeFilesLines
* Add SYSV semaphore testAdhemerval Zanella2016-12-281-0/+116
This patch adds a simple SYSV semaphore 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-sysvsem. * sysvipc/test-sysvsem.c: New file.