diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-16 17:14:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-16 17:14:45 +0000 |
commit | a59261ea8bde49cbc3e148466662aeb4b3b198dd (patch) | |
tree | 6116c6b0853939c8d82ade7b4508efd8124c1d09 /tests/run_tests.psosim | |
parent | dea6e2cb522a62adbc94f02207d1c3031b0a320f (diff) | |
download | ATCD-a59261ea8bde49cbc3e148466662aeb4b3b198dd.tar.gz |
added High_Res_Timer_Test
Diffstat (limited to 'tests/run_tests.psosim')
-rwxr-xr-x | tests/run_tests.psosim | 3 |
1 files changed, 3 insertions, 0 deletions
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 |