summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptimespec01/sptimespec01.doc
blob: 87aae46b190fea9c310c01535dcd6ac322eb4437 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#  COPYRIGHT (c) 1989-2011.
#  On-Line Applications Research Corporation (OAR).
#
#  Copyright (c) 2012
#  Krzysztof Miesowicz
#
#  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:  sp78

directives:

  + rtems_timespec_is_valid
  + rtems_timespec_less_than
  + rtems_timespec_add_to
  + rtems_timespec_to_ticks
  + rtems_timespec_from_ticks
  + rtems_timespec_subtract
  + rtems_timespec_divide_by_integer
  + rtems_timespec_divide

concepts:

 This test's goal is to ensure if all timespec's related directives work as 
 expected.