Changeset 25460

Show
Ignore:
Timestamp:
05/12/08 05:58:31 (6 months ago)
Author:
korli
Message:

Patch from Kaoutsis to enable mutex and pthread_create tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/tests/system/benchmarks/libMicro/Jamfile

    r24999 r25460  
    212212        : libmicro.a libroot.so ; 
    213213 
    214 # atm unsupported 
    215 BinCommand mutex :  
    216         : libelided.a libroot.so ; 
     214BinCommand mutex : 
     215        mutex.c 
     216        : libmicro.a libroot.so ; 
    217217 
    218218BinCommand nop :  
     
    236236        : libmicro.a libroot.so ; 
    237237 
    238 # atm unsupported 
    239 # needs pthread_attr_setstacksize 
    240 BinCommand pthread_create :  
    241         : libelided.a libroot.so ; 
     238BinCommand pthread_create : 
     239        pthread_create.c 
     240        : libmicro.a libroot.so ; 
    242241 
    243242BinCommand pwrite :