summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-16 17:14:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-16 17:14:45 +0000
commit9362e2cbb764fcfa5bce48acfaa282d314f4155b (patch)
tree6116c6b0853939c8d82ade7b4508efd8124c1d09 /tests
parent8427d9bba7755695d3dd68d6fa1ac7d6a190990c (diff)
downloadATCD-9362e2cbb764fcfa5bce48acfaa282d314f4155b.tar.gz
added High_Res_Timer_Test
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
-rw-r--r--tests/run_tests.bat3
-rwxr-xr-xtests/run_tests.psosim3
-rwxr-xr-xtests/run_tests.sh1
-rw-r--r--tests/run_tests.vxworks4
5 files changed, 12 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e3acec7646d..26f4f2724ee 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -20,6 +20,7 @@ BIN = Aio_Platform_Test \
Env_Value_Test \
Future_Test \
Handle_Set_Test \
+ High_Res_Timer_Test \
OrdMultiSet_Test \
Hash_Map_Manager_Test \
IOStream_Test \
diff --git a/tests/run_tests.bat b/tests/run_tests.bat
index 67fc1488369..c0b57c88626 100644
--- a/tests/run_tests.bat
+++ b/tests/run_tests.bat
@@ -1,3 +1,5 @@
+rem $Id$
+
@echo off
rem To use this either give it no arguments to run all the tests or
rem pass it the test name (without the extention) to run only one
@@ -30,6 +32,7 @@ call %0 %dopure% Env_Value_Test
call %0 %dopure% Future_Test
call %0 %dopure% Handle_Set_Test
call %0 %dopure% Hash_Map_Manager_Test
+call %0 %dopure% High_Res_Timer_Test
call %0 %dopure% IOStream_Test
call %0 %dopure% Map_Manager_Test
call %0 %dopure% Mem_Map_Test
diff --git a/tests/run_tests.psosim b/tests/run_tests.psosim
index 69738c077a8..11c84bcbd15 100755
--- a/tests/run_tests.psosim
+++ b/tests/run_tests.psosim
@@ -1,4 +1,6 @@
#!/bin/sh -f
+# $Id$
+#
# This is the UNIX version of the one-button ACE tests.
# Contributed by Michael Rueger <m_rueger@SYSCOMP.DE>
@@ -39,6 +41,7 @@ run Basic_Types_Test
#run TSS_Test # uses Task, Mutex, Guard
run Time_Value_Test
+run High_Res_Timer_Test
run SString_Test
# SYS V IPC not supported
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index b1685acb6a1..5387a6bec62 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -83,6 +83,7 @@ run Semaphore_Test # uses ACE_Thread_Semaphore
run TSS_Test # uses Task, Mutex, Guard
run Timeprobe_Test
run Time_Value_Test
+run High_Res_Timer_Test
run SString_Test
test $chorus || test $LynxOS || run Naming_Test # uses Naming_Context, WString
diff --git a/tests/run_tests.vxworks b/tests/run_tests.vxworks
index 583108a3fc7..199e009a3dc 100644
--- a/tests/run_tests.vxworks
+++ b/tests/run_tests.vxworks
@@ -63,6 +63,10 @@ ld < Time_Value_Test
write 2, "Time_Value_Test ", 16
ace_main; unld "Time_Value_Test"
+ld < High_Res_Timer_Test
+write 2, "High_Res_Timer_Test ", 20
+ace_main; unld "High_Res_Timer_Test"
+
ld < SString_Test
write 2, "SString_Test ", 13
ace_main; unld "SString_Test"