Ticket #2064: adding-mmap-munmap-libmicro-tests.diff

File adding-mmap-munmap-libmicro-tests.diff, 673 bytes (added by kaoutsis, 16 years ago)
  • src/tests/system/benchmarks/libMicro/Jamfile

     
    200200    : libelided.a libroot.so ;
    201201
    202202# atm unsupported
    203 BinCommand mmap :
    204     : libelided.a libroot.so ;
     203BinCommand mmap :
     204    mmap.c
     205    : libmicro.a libroot.so ;
    205206
    206207# atm unsupported
    207208BinCommand msync :
    208209    : libelided.a libroot.so ;
    209210
    210211# atm unsupported
    211 BinCommand munmap :
    212     : libelided.a libroot.so ;
     212BinCommand munmap :
     213    munmap.c
     214    : libmicro.a libroot.so ;
    213215
    214216# atm unsupported
    215217BinCommand mutex :