Changeset a8df60b in rtems


Ignore:
Timestamp:
11/09/99 13:38:00 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3fb8909a
Parents:
27eb3ec
Message:

New test for POSIX Message Queues added.

Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/Makefile.am

    r27eb3ec ra8df60b  
    1515
    1616POSIX_DIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
    17     psx10 psx11 psx12 psxtime psxtimer psxcancel
     17    psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01
    1818
    1919POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13
  • c/src/tests/psxtests/configure.in

    r27eb3ec ra8df60b  
    5858psxhdrs/Makefile
    5959psxmount/Makefile
     60psxmsgq01/Makefile
    6061psxreaddir/Makefile
     62psxsem01/Makefile
    6163psxstat/Makefile
    6264psxtime/Makefile
  • testsuites/psxtests/Makefile.am

    r27eb3ec ra8df60b  
    1515
    1616POSIX_DIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
    17     psx10 psx11 psx12 psxtime psxtimer psxcancel
     17    psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01
    1818
    1919POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13
Note: See TracChangeset for help on using the changeset viewer.