summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm03
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm03')
-rw-r--r--testsuites/tmtests/tm03/Makefile.am3
-rw-r--r--testsuites/tmtests/tm03/task1.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am
index 659123cacc..388473ddde 100644
--- a/testsuites/tmtests/tm03/Makefile.am
+++ b/testsuites/tmtests/tm03/Makefile.am
@@ -5,7 +5,8 @@
MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm03.exe
-tm03_exe_SOURCES = task1.c system.h ../include/timesys.h
+tm03_exe_SOURCES = task1.c system.h ../include/timesys.h \
+ ../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm03.doc
diff --git a/testsuites/tmtests/tm03/task1.c b/testsuites/tmtests/tm03/task1.c
index 948d9a5d1e..332081422b 100644
--- a/testsuites/tmtests/tm03/task1.c
+++ b/testsuites/tmtests/tm03/task1.c
@@ -104,7 +104,7 @@ rtems_task test_init(
status = rtems_task_start( task_id, High_task, 0 );
directive_failed( status, "rtems_task_start of high task" );
- benchmark_timerinitialize(); /* start the timer */
+ benchmark_timer_initialize(); /* start the timer */
status = rtems_semaphore_release( Semaphore_id );
}
@@ -135,7 +135,7 @@ rtems_task High_task(
RTEMS_NO_TIMEOUT
);
- end_time = benchmark_timerread();
+ end_time = benchmark_timer_read();
put_time(
"rtems_semaphore_release: task readied -- preempts caller",