summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/putenvtest/putenvtest.doc
blob: 7c2ec375fa479085d5b413b46a03f002f2d8dac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#  COPYRIGHT (c) 2014.
#  On-Line Applications Research Corporation (OAR).
#  Cynthia Rempel <cynthia@rtems.org>
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.com/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