summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptimespec01/sptimespec01.scn
diff options
context:
space:
mode:
authorKrzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>2012-08-29 07:38:54 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-29 07:38:54 -0500
commita6eaa5489c8da1e38300722715326cbf3ab1b65f (patch)
tree0513a9a7103a37b0faded653487404e436b59b23 /testsuites/sptests/sptimespec01/sptimespec01.scn
parentsp77: new test to cover allocated message size overflowing (diff)
downloadrtems-a6eaa5489c8da1e38300722715326cbf3ab1b65f.tar.bz2
timespec helpers: Add wrappers with new test
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sptimespec01/sptimespec01.scn13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/sptests/sptimespec01/sptimespec01.scn b/testsuites/sptests/sptimespec01/sptimespec01.scn
new file mode 100644
index 0000000000..96d5cc66a5
--- /dev/null
+++ b/testsuites/sptests/sptimespec01/sptimespec01.scn
@@ -0,0 +1,13 @@
+*** TEST sptimespec01 ***
+
+ rtems_timespec_add_to test PASSED
+ rtems_timespace_divide test -part1- divide by non-zero PASSED
+ rtems_timespace_divide test -part2- divide by zero PASSED
+ rtems_timespec_divide_by_integer test PASSED
+ rtems_timespec_less_than PASSED
+ rtems_timespec_is_valid test PASSED
+ rtems_timespec_subtract test PASSED
+ rtems_timespec_from_ticks PASSED
+ rtems_timespec_from_ticks and rtems_timespec_to_ticks test PASSED
+
+*** END OF TEST sptimespec01 ***