Hi all, The attached patch adds Mandar Juvekar's psxtests/psx14.doc from http://www.google-melange.com/gci/task/view/google/gci2013/5782789467144192
Hope you're all sufficiently merry :-) -- Nick Withers email: n...@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446
>From eb63a8154e6d3dc3628f5e779e8d6ff32050bd48 Mon Sep 17 00:00:00 2001 From: Mandar Juvekar <mjuvek...@gmail.com> Date: Tue, 24 Dec 2013 20:01:42 +1100 Subject: [PATCH] psxtests/psx14: Add doc file --- testsuites/psxtests/psx14/psx14.doc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testsuites/psxtests/psx14/psx14.doc diff --git a/testsuites/psxtests/psx14/psx14.doc b/testsuites/psxtests/psx14/psx14.doc new file mode 100644 index 0000000..877afdb --- /dev/null +++ b/testsuites/psxtests/psx14/psx14.doc @@ -0,0 +1,28 @@ +# testsuites/psxtests/psx14/psx14.doc +# +# Copyright (c) 2013 Mandar Juvekar <mjuvek...@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.com/license/LICENSE. +# +This file describes the directives and concepts tested by this test set. + +test set name: psx14 + +directives: ++ rtems_object_api_maximum_class ++ rtems_object_api_minimum_class ++ rtems_object_get_api_class_name ++ rtems_objects_get_api_name ++ rtems_object_get_name + +concepts: ++ Ensure that the init thread has an empty name. ++ Ensure setting a thread name and getting the name works when the thread has + no name. ++ Ensure that setting a thread name and getting the name works when the thread + has a name. ++ Prints the minimum and maximum class identifiers for POSIX API. ++ Prints the api name for POSIX API (POSIX). ++ Prints the api class name for POSIX_KEYS (Key). -- 1.8.4.3
_______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel