forked from Imagelibrary/rtems
24 lines
656 B
Plaintext
24 lines
656 B
Plaintext
# 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.org/license/LICENSE.
|
|
#
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: stackchk
|
|
|
|
directives:
|
|
+ close
|
|
+ open
|
|
+ send
|
|
+ recv
|
|
+ rtems_bsdnet_initialize_network
|
|
+ rtems_io_register_name
|
|
|
|
concepts:
|
|
+ initializes the bsd network driver
|
|
+ registers an io driver
|
|
+ opens a buffer, sends a buffer across the network, receives a buffer,
|
|
and closes the file |