# COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # # The license and distribution terms for this file may be # found in the file LICENSE in this distribution or at # http://www.rtems.org/license/LICENSE. # This file describes the directives and concepts tested by this test set. Configuration: - Pipes enabled - Resources available >= Resources required - Semaphores, pipes, barriers etc. Coverage concepts: - Main task also acts as the write task - Main task creates another task: for reading - Write task is responsible for writing to the pipe and the read task reads from the pipe - The pipe is opened twice, such that the write task blocks on open once and the read task blocks on open the 2nd time