forked from Imagelibrary/rtems
PR 1632/testing * Makefile.am, configure.ac: Make dedicated fatal error test for /dev/null already registered. Using code from Bharath in new test framework. * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am, devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn, devnullfatal01/testcase.h: New files.
24 lines
494 B
Plaintext
24 lines
494 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-2010.
|
|
# 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.com/license/LICENSE.
|
|
#
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: devnullfatal01
|
|
|
|
directives:
|
|
|
|
rtems_io_register_name
|
|
null_initialize
|
|
|
|
concepts:
|
|
|
|
+ Exercise fatal error when /dev/null has already been registered.
|