Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/lib
Module Name: src
Committed By: pooka
Date: Thu Jun 10 22:03:43 UTC 2010
Modified Files:
src/tests/lib: Makefile
Added Files:
src/tests/lib/semaphore: Atffile Makefile sem.c
src/tests/lib/semaphore/pthread: Atffile Makefile t_sem_pth.c
Log Message:
Add tests for semaphores. Note: the "unlink" one fails because our
implementation is broken. I'll file a PR shortly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/semaphore/Atffile \
src/tests/lib/semaphore/Makefile src/tests/lib/semaphore/sem.c
cvs rdiff -u -r0 -r1.1 src/tests/lib/semaphore/pthread/Atffile \
src/tests/lib/semaphore/pthread/Makefile \
src/tests/lib/semaphore/pthread/t_sem_pth.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index