summaryrefslogtreecommitdiff
path: root/testsuites/validation/tc-event-mgr-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-event-mgr-model.c')
-rw-r--r--testsuites/validation/tc-event-mgr-model.c40
1 files changed, 1 insertions, 39 deletions
diff --git a/testsuites/validation/tc-event-mgr-model.c b/testsuites/validation/tc-event-mgr-model.c
index def21c612c..22a4933149 100644
--- a/testsuites/validation/tc-event-mgr-model.c
+++ b/testsuites/validation/tc-event-mgr-model.c
@@ -3,8 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseRtemsEventValSendReceive
- * @ingroup RTEMSTestCaseRtemsEventValSystemSendReceive
+ * @ingroup TestsuitesModel0
*/
/*
@@ -59,22 +58,6 @@
#include <rtems/test.h>
-/**
- * @defgroup RTEMSTestCaseRtemsEventValSendReceive \
- * spec:/rtems/event/val/send-receive
- *
- * @ingroup RTEMSTestSuiteTestsuitesValidation0
- *
- * @brief Tests the rtems_event_send and rtems_event_receive directives.
- *
- * This test case performs the following actions:
- *
- * - Run the event send and receive tests for the application event set defined
- * by /rtems/event/req/send-receive.
- *
- * @{
- */
-
static rtems_status_code EventSend(
rtems_id id,
rtems_event_set event_in
@@ -203,25 +186,6 @@ T_TEST_CASE( RtemsModelEventsMgr8 )
);
}
-/** @} */
-
-/**
- * @defgroup RTEMSTestCaseRtemsEventValSystemSendReceive \
- * spec:/rtems/event/val/system-send-receive
- *
- * @ingroup RTEMSTestSuiteTestsuitesValidation0
- *
- * @brief Tests the rtems_event_system_send and rtems_event_system_receive
- * directives.
- *
- * This test case performs the following actions:
- *
- * - Run the event send and receive tests for the system event set defined by
- * /rtems/event/req/send-receive.
- *
- * @{
- */
-
static rtems_status_code EventSystemSend(
rtems_id id,
rtems_event_set event_in
@@ -354,5 +318,3 @@ T_TEST_CASE( RtemsModelSystemEventsMgr8 )
STATES_WAITING_FOR_SYSTEM_EVENT
);
}
-
-/** @} */