summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/tmtests_empty_function.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:54:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 16:54:17 +0000
commit82fbd358baf0ace0ecfc76cbbdb49505470b8402 (patch)
tree3431c21cb640d8cb452566bef273f9fcfb2452d7 /testsuites/support/src/tmtests_empty_function.c
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-82fbd358baf0ace0ecfc76cbbdb49505470b8402.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/tmtests_empty_function.c: Add helper so it is easier to write a basic repeated operation tmtest. * support/src/tmtests_support.c: New file.
Diffstat (limited to 'testsuites/support/src/tmtests_empty_function.c')
-rw-r--r--testsuites/support/src/tmtests_empty_function.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/support/src/tmtests_empty_function.c b/testsuites/support/src/tmtests_empty_function.c
index c8ed245bb1..17ac5bf39c 100644
--- a/testsuites/support/src/tmtests_empty_function.c
+++ b/testsuites/support/src/tmtests_empty_function.c
@@ -20,3 +20,10 @@ rtems_status_code benchmark_timer_empty_function( void )
{
return RTEMS_SUCCESSFUL;
}
+
+void benchmark_timer_empty_operation(
+ int iteration,
+ void *argument
+)
+{
+}