Edit

kc3-lang/gnulib/modules/popen-tests

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2011-09-18 00:58:06
    Hash : b314f91e
    Message : New module 'pclose'. * lib/stdio.in.h (pclose): New declaration. * lib/pclose.c: New file. * m4/pclose.m4: New file. * m4/stdio_h.m4 (gl_STDIO_H): Test whether pclose is declared. (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PCLOSE, HAVE_PCLOSE. * modules/stdio (Makefile.am): Substitute GNULIB_PCLOSE, HAVE_PCLOSE. * modules/pclose: New file. * modules/popen-tests (Depends-on): Add pclose. * modules/popen-safer-tests (Depends-on): Likewise. * doc/posix-functions/pclose.texi: Mention the new module.

  • modules/popen-tests
  • Files:
    tests/test-popen.h
    tests/test-popen.c
    tests/signature.h
    tests/macros.h
    
    Depends-on:
    dup2
    pclose
    sys_wait
    
    configure.ac:
    
    Makefile.am:
    TESTS += test-popen
    check_PROGRAMS += test-popen