forked from Imagelibrary/rtems
19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
# Copyright (c) 2013 Daniel Ramirez <javamonn@gmail.com>
|
|
#
|
|
# 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: uid01
|
|
|
|
directives:
|
|
+ uid_read_message
|
|
|
|
concepts:
|
|
+ Tests that uid_read_message when called with a timeout greater than 0
|
|
ticks but less than 1 tick will correctly round this up to a 1 tick
|
|
timeout.
|