# COPYRIGHT (c) 2014. # On-Line Applications Research Corporation (OAR). # Cynthia Rempel # 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. test set name: putenv directives: + getenv + putenv concepts: + sets the FOO environmental variable to BAR, and prints the result to the screen TODO: add an rtems_assert statement verifying that the FOO environmental variable is indeed BAR (in addition to/instead of printing to the screen) to ease automated reporting