summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spmutex01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spmutex01/init.c')
-rw-r--r--testsuites/sptests/spmutex01/init.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/testsuites/sptests/spmutex01/init.c b/testsuites/sptests/spmutex01/init.c
index d3bc1ed79a..454d844a1e 100644
--- a/testsuites/sptests/spmutex01/init.c
+++ b/testsuites/sptests/spmutex01/init.c
@@ -461,10 +461,8 @@ static void tear_down(test_context *ctx)
static void Init(rtems_task_argument arg)
{
test_context *ctx = &test_instance;
- rtems_resource_snapshot snapshot;
- TEST_BEGIN();
- rtems_resource_snapshot_take(&snapshot);
+ printf("*** BEGIN OF TEST SPMUTEX 1 ***\n");
set_up(ctx);
test_inherit(ctx);
@@ -475,8 +473,7 @@ static void Init(rtems_task_argument arg)
test_inherit_flush(ctx);
tear_down(ctx);
- rtems_test_assert(rtems_resource_snapshot_check(&snapshot));
- TEST_END();
+ printf("*** END OF TEST SPMUTEX 1 ***\n");
rtems_test_exit(0);
}
@@ -487,12 +484,6 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_SEMAPHORES 3
-#ifdef RTEMS_POSIX_API
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 1
-#endif
-
-#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
-
#define CONFIGURE_INIT_TASK_PRIORITY 3
#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_DEFAULT_MODES