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 | 9362e2cbb764fcfa5bce48acfaa282d314f4155b (patch) | |
tree | 6116c6b0853939c8d82ade7b4508efd8124c1d09 /tests/run_tests.bat | |
parent | 8427d9bba7755695d3dd68d6fa1ac7d6a190990c (diff) | |
download | ATCD-9362e2cbb764fcfa5bce48acfaa282d314f4155b.tar.gz |
added High_Res_Timer_Test
Diffstat (limited to 'tests/run_tests.bat')
-rw-r--r-- | tests/run_tests.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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 |