add posix semaphore test suite
authorNicolas Thery <nthery@gmail.com>
Mon, 30 Jun 2014 18:57:35 +0000 (20:57 +0200)
committerNicolas Thery <nthery@gmail.com>
Mon, 30 Jun 2014 20:52:19 +0000 (22:52 +0200)
commitef55a15d6c52c62481c5be750d8d53d89ff6e057
treecfc7cd8c4580110a8e9dd50830be83ce5dd6f8e3
parent0be02bbdb43e3d96cf4367e2166268c1bdbde078
add posix semaphore test suite

Port FreeBSD test suite, remove tests specific to FreeBSD
implementation, and modify tests that do not comply with the standard.

A next step could be to integrate this test in dfregress(8).

Obtained-from:   FreeBSD
Reviewed-by: joris@giovannangeli.fr
test/testcases/posixipc/Makefile [new file with mode: 0644]
test/testcases/posixipc/sem/Makefile [new file with mode: 0644]
test/testcases/posixipc/sem/posixsem.c [new file with mode: 0644]
test/testcases/posixipc/sem/test.c [new file with mode: 0644]
test/testcases/posixipc/sem/test.h [new file with mode: 0644]