forked from Imagelibrary/rtems
PR 1466/tests * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c, psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests. Add test specifically to test it since it is deprecated as of POSIX.1-2008. * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c, psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
28 lines
628 B
Plaintext
28 lines
628 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-2009.
|
|
# 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: psxclock
|
|
|
|
directives:
|
|
clock_settime
|
|
clock_gettime
|
|
nanosleep
|
|
sleep
|
|
|
|
concepts:
|
|
|
|
+ This is a non-POSIX threads test which uses POSIX services which
|
|
are available when RTEMS is configured with --disable-posix.
|
|
|
|
+ Ensures that the above listed services have 100% object coverage.
|