summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/ostest_main.c')
-rw-r--r--apps/examples/ostest/ostest_main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/examples/ostest/ostest_main.c b/apps/examples/ostest/ostest_main.c
index 0d7f38f11..0f538f5e9 100644
--- a/apps/examples/ostest/ostest_main.c
+++ b/apps/examples/ostest/ostest_main.c
@@ -377,6 +377,11 @@ static int user_main(int argc, char *argv[])
printf("\nuser_main: semaphore test\n");
sem_test();
check_test_memory_usage();
+
+ printf("\nuser_main: timed semaphore test\n");
+ semtimed_test();
+ check_test_memory_usage();
+
#endif
#ifndef CONFIG_DISABLE_PTHREAD