summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/gxx01/gxx01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/gxx01/gxx01.doc')
-rw-r--r--testsuites/libtests/gxx01/gxx01.doc33
1 files changed, 0 insertions, 33 deletions
diff --git a/testsuites/libtests/gxx01/gxx01.doc b/testsuites/libtests/gxx01/gxx01.doc
deleted file mode 100644
index 568e26f49a..0000000000
--- a/testsuites/libtests/gxx01/gxx01.doc
+++ /dev/null
@@ -1,33 +0,0 @@
-# COPYRIGHT (c) 1989-2010.
-# 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.org/license/LICENSE.
-#
-
-This file describes the directives and concepts tested by this test set.
-
-test set name: gxx01
-
-directives:
-
- rtems_gxx_once
- rtems_gxx_key_create
- rtems_gxx_key_delete
- rtems_gxx_getspecific
- rtems_gxx_setspecific
- rtems_gxx_mutex_init
- rtems_gxx_mutex_lock
- rtems_gxx_mutex_destroy
- rtems_gxx_mutex_trylock
- rtems_gxx_mutex_unlock
- rtems_gxx_recursive_mutex_init
- rtems_gxx_recursive_mutex_lock
- rtems_gxx_recursive_mutex_trylock
- rtems_gxx_recursive_mutex_unlock
-
-concepts:
-
-+ Fully exercise wrappers provided by RTEMS for GCC's C++ library's
- mutual exclusion implementation.