diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
commit | a5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch) | |
tree | bcf0a25c3d45a209a6e3ac37b233a4812f29c732 /tests/run_tests.bat | |
download | ATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz |
Initial revision
Diffstat (limited to 'tests/run_tests.bat')
-rw-r--r-- | tests/run_tests.bat | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/run_tests.bat b/tests/run_tests.bat new file mode 100644 index 00000000000..71714312f3e --- /dev/null +++ b/tests/run_tests.bat @@ -0,0 +1,32 @@ +@echo off +@echo This is the NT version of the one-button ACE tests. +@echo on +@echo Starting tests... + +Barrier_Test +Buffer_Stream_Test +CPP_Test +Future_Test +Handle_Set_Test +Mem_Map_Test +Mutex_Test +Naming_Test +Priority_Buffer_Test +Reactors_Test +Reactor_Timer_Test +Reader_Writer_Test +Recursive_Mutex_Test +Shared_Memory_MM_Test +SPIPE_Test +SString_Test +Task_Test +Thread_Manager_Test +Thread_Pool_Test +Timer_Queue_Test +Time_Service_Test +Time_Value_Test +Tokens_Test +TSS_Test +UPIPE_SAP_Test + +@echo Tests complete... |