Changeset 25347

Show
Ignore:
Timestamp:
05/07/08 08:15:39 (7 months ago)
Author:
bonefish
Message:

Tests for POSIX Realtime semaphores. Unfortunately they reveal that the
semantics of fork()ing with unnamed semaphores on other platforms is
different from what I thought it was.

Location:
haiku/trunk/src/tests/system/libroot/posix
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/tests/system/libroot/posix/Jamfile

    r24570 r25347  
    1111; 
    1212 
    13 SimpleTest signal_test 
    14         : signal_test.cpp 
     13SimpleTest realtime_sem_test1 
     14        : realtime_sem_test1.cpp 
    1515; 
    1616 
     
    1919SimpleTest setjmp_test 
    2020        : setjmp_test.c 
     21; 
     22 
     23SimpleTest signal_test 
     24        : signal_test.cpp 
    2125; 
    2226