diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-28 01:49:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-28 01:49:46 +0000 |
commit | d320d5151490b6e78f5436dd49e02b1066d960f9 (patch) | |
tree | 8459372287792dab62e4f71b77e3c2cb4270c0ae /tests | |
parent | e1f36b49a5aa812448c9b6755e8c5125f2ee3806 (diff) | |
download | ATCD-d320d5151490b6e78f5436dd49e02b1066d960f9.tar.gz |
.
Diffstat (limited to 'tests')
79 files changed, 2077 insertions, 0 deletions
diff --git a/tests/Aio_Platform_Test.icc b/tests/Aio_Platform_Test.icc new file mode 100644 index 00000000000..7d09ea6653e --- /dev/null +++ b/tests/Aio_Platform_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Aio_Platform_Test.exe" + { + source type (cpp) "Aio_Platform_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Atomic_Op_Test.icc b/tests/Atomic_Op_Test.icc new file mode 100644 index 00000000000..0ea8582491a --- /dev/null +++ b/tests/Atomic_Op_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Atomic_Op_Test.exe" + { + source type (cpp) "Atomic_Op_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Barrier_Test.icc b/tests/Barrier_Test.icc new file mode 100644 index 00000000000..0c93db4235a --- /dev/null +++ b/tests/Barrier_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Barrier_Test.exe" + { + source type (cpp) "Barrier_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Basic_Types_Test.icc b/tests/Basic_Types_Test.icc new file mode 100644 index 00000000000..e5f8ee7d26a --- /dev/null +++ b/tests/Basic_Types_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Basic_Types_Test.exe" + { + source type (cpp) "Basic_Types_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Buffer_Stream_Test.icc b/tests/Buffer_Stream_Test.icc new file mode 100644 index 00000000000..a96bd80dd17 --- /dev/null +++ b/tests/Buffer_Stream_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Buffer_Stream_Test.exe" + { + source type (cpp) "Buffer_Stream_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CDR_Test.icc b/tests/CDR_Test.icc new file mode 100644 index 00000000000..90e35af9bbe --- /dev/null +++ b/tests/CDR_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CDR_Test.exe" + { + source type (cpp) "CDR_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Addr_Test.icc b/tests/CLASSIX_Addr_Test.icc new file mode 100644 index 00000000000..e8bb296faca --- /dev/null +++ b/tests/CLASSIX_Addr_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Addr_Test.exe" + { + source type (cpp) "CLASSIX_Addr_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_CLD_Connector_Test.icc b/tests/CLASSIX_CLD_Connector_Test.icc new file mode 100644 index 00000000000..0e6616500a0 --- /dev/null +++ b/tests/CLASSIX_CLD_Connector_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_CLD_Connector_Test.exe" + { + source type (cpp) "CLASSIX_CLD_Connector_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Con_Acc_Test.icc b/tests/CLASSIX_Con_Acc_Test.icc new file mode 100644 index 00000000000..d17e9fd3189 --- /dev/null +++ b/tests/CLASSIX_Con_Acc_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Con_Acc_Test.exe" + { + source type (cpp) "CLASSIX_Con_Acc_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Group_Test.icc b/tests/CLASSIX_Group_Test.icc new file mode 100644 index 00000000000..2dc3fd5b678 --- /dev/null +++ b/tests/CLASSIX_Group_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Group_Test.exe" + { + source type (cpp) "CLASSIX_Group_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Notify_Test.icc b/tests/CLASSIX_Notify_Test.icc new file mode 100644 index 00000000000..f3c29c97ce4 --- /dev/null +++ b/tests/CLASSIX_Notify_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Notify_Test.exe" + { + source type (cpp) "CLASSIX_Notify_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_OS_Test.icc b/tests/CLASSIX_OS_Test.icc new file mode 100644 index 00000000000..2896c5b3ef3 --- /dev/null +++ b/tests/CLASSIX_OS_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_OS_Test.exe" + { + source type (cpp) "CLASSIX_OS_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Reactor_Test.icc b/tests/CLASSIX_Reactor_Test.icc new file mode 100644 index 00000000000..8982535cec4 --- /dev/null +++ b/tests/CLASSIX_Reactor_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Reactor_Test.exe" + { + source type (cpp) "CLASSIX_Reactor_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Select_Reactor_Test.icc b/tests/CLASSIX_Select_Reactor_Test.icc new file mode 100644 index 00000000000..b7f06f11b5e --- /dev/null +++ b/tests/CLASSIX_Select_Reactor_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Select_Reactor_Test.exe" + { + source type (cpp) "CLASSIX_Select_Reactor_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/CLASSIX_Stream_Test.icc b/tests/CLASSIX_Stream_Test.icc new file mode 100644 index 00000000000..6811d6fdb0b --- /dev/null +++ b/tests/CLASSIX_Stream_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "CLASSIX_Stream_Test.exe" + { + source type (cpp) "CLASSIX_Stream_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Collection_Test.icc b/tests/Collection_Test.icc new file mode 100644 index 00000000000..b36c67bb625 --- /dev/null +++ b/tests/Collection_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Collection_Test.exe" + { + source type (cpp) "Collection_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Conn_Test.icc b/tests/Conn_Test.icc new file mode 100644 index 00000000000..1ae4651b51f --- /dev/null +++ b/tests/Conn_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Conn_Test.exe" + { + source type (cpp) "Conn_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/DLL_Test.icc b/tests/DLL_Test.icc new file mode 100644 index 00000000000..783af1bd1d3 --- /dev/null +++ b/tests/DLL_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "DLL_Test.exe" + { + source type (cpp) "DLL_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/DLList_Test.icc b/tests/DLList_Test.icc new file mode 100644 index 00000000000..010a2e759ea --- /dev/null +++ b/tests/DLList_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "DLList_Test.exe" + { + source type (cpp) "DLList_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Dynamic_Priority_Test.icc b/tests/Dynamic_Priority_Test.icc new file mode 100644 index 00000000000..2e32c40956f --- /dev/null +++ b/tests/Dynamic_Priority_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Dynamic_Priority_Test.exe" + { + source type (cpp) "Dynamic_Priority_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Enum_Interfaces_Test.icc b/tests/Enum_Interfaces_Test.icc new file mode 100644 index 00000000000..e02e53debf8 --- /dev/null +++ b/tests/Enum_Interfaces_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Enum_Interfaces_Test.exe" + { + source type (cpp) "Enum_Interfaces_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Env_Value_Test.icc b/tests/Env_Value_Test.icc new file mode 100644 index 00000000000..63665aee4a9 --- /dev/null +++ b/tests/Env_Value_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Env_Value_Test.exe" + { + source type (cpp) "Env_Value_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Future_Test.icc b/tests/Future_Test.icc new file mode 100644 index 00000000000..6b62f1d82df --- /dev/null +++ b/tests/Future_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Future_Test.exe" + { + source type (cpp) "Future_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Handle_Set_Test.icc b/tests/Handle_Set_Test.icc new file mode 100644 index 00000000000..c3b7f53f8ea --- /dev/null +++ b/tests/Handle_Set_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Handle_Set_Test.exe" + { + source type (cpp) "Handle_Set_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Hash_Map_Manager_Test.icc b/tests/Hash_Map_Manager_Test.icc new file mode 100644 index 00000000000..a9245ae17ed --- /dev/null +++ b/tests/Hash_Map_Manager_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Hash_Map_Manager_Test.exe" + { + source type (cpp) "Hash_Map_Manager_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/High_Res_Timer_Test.icc b/tests/High_Res_Timer_Test.icc new file mode 100644 index 00000000000..f703ae217df --- /dev/null +++ b/tests/High_Res_Timer_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "High_Res_Timer_Test.exe" + { + source type (cpp) "High_Res_Timer_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/IOStream_Test.icc b/tests/IOStream_Test.icc new file mode 100644 index 00000000000..a02572c7eca --- /dev/null +++ b/tests/IOStream_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "IOStream_Test.exe" + { + source type (cpp) "IOStream_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/MM_Shared_Memory_Test.icc b/tests/MM_Shared_Memory_Test.icc new file mode 100644 index 00000000000..5cb87f2c105 --- /dev/null +++ b/tests/MM_Shared_Memory_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "MM_Shared_Memory_Test.exe" + { + source type (cpp) "MM_Shared_Memory_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/MT_Reactor_Timer_Test.icc b/tests/MT_Reactor_Timer_Test.icc new file mode 100644 index 00000000000..d391eaf0b86 --- /dev/null +++ b/tests/MT_Reactor_Timer_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "MT_Reactor_Timer_Test.exe" + { + source type (cpp) "MT_Reactor_Timer_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/MT_SOCK_Test.icc b/tests/MT_SOCK_Test.icc new file mode 100644 index 00000000000..5c1ef1c81d0 --- /dev/null +++ b/tests/MT_SOCK_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "MT_SOCK_Test.exe" + { + source type (cpp) "MT_SOCK_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Makefile.bor b/tests/Makefile.bor new file mode 100644 index 00000000000..9b111d192e8 --- /dev/null +++ b/tests/Makefile.bor @@ -0,0 +1,106 @@ +# +# Makefile for building the ACE tests +# + +TESTS = \ + Aio_Platform_Test \ + Atomic_Op_Test \ + Barrier_Test \ + Basic_Types_Test \ + Buffer_Stream_Test \ + CDR_Test \ + Collection_Test \ + Conn_Test \ + DLList_Test \ + DLL_Test \ + Dynamic_Priority_Test \ + Enum_Interfaces_Test \ + Env_Value_Test \ + Future_Test \ + Handle_Set_Test \ + High_Res_Timer_Test \ + Hash_Map_Manager_Test \ + IOStream_Test \ + Map_Test \ + Mem_Map_Test \ + MM_Shared_Memory_Test \ + MT_Reactor_Timer_Test \ + MT_SOCK_Test \ + Mem_Map_Test \ + Message_Block_Test \ + Message_Queue_Notifications_Test \ + Message_Queue_Test \ + Naming_Test \ + New_Fail_Test \ + Notify_Performance_Test \ + OrdMultiSet_Test \ + Pipe_Test \ + Priority_Buffer_Test \ + Priority_Reactor_Test \ + Priority_Task_Test \ + Process_Mutex_Test \ + Process_Strategy_Test \ + RB_Tree_Test \ + Reactor_Exceptions_Test \ + Reactor_Notify_Test \ + Reactor_Performance_Test \ + Reactor_Timer_Test \ + Reactors_Test \ + Reader_Writer_Test \ + Recursive_Mutex_Test \ + Reverse_Lock_Test \ + SOCK_Connector_Test \ + SOCK_Send_Recv_Test \ + SOCK_Test \ + SPIPE_Test \ + SString_Test \ + SV_Shared_Memory_Test \ + Semaphore_Test \ + Service_Config_Test \ + Sigset_Ops_Test \ + Simple_Message_Block_Test \ + Svc_Handler_Test \ + TSS_Test \ + Task_Test \ + Thread_Manager_Test \ + Thread_Mutex_Test \ + Thread_Pool_Test \ + Time_Service_Test \ + Time_Value_Test \ + Timeprobe_Test \ + Timer_Queue_Test \ + Tokens_Test \ + UPIPE_SAP_Test \ + Upgradable_RW_Test \ + XtReactor_Test + +# Map_Manager_Test \ + +all_tests: $(TESTS) + +!ifdef DEBUG +DEBUGFLAG = -DDEBUG +!endif + +!ifdef STATIC +STATICFLAG = -DSTATIC +!endif + +!ifdef PASCAL +PASCALFLAG = -DPASCAL +!endif + +$(TESTS): + $(MAKE) -fMakefile.bor -DNAME=$@ $(DEBUGFLAG) $(STATICFLAG) \ + $(PASCALFLAG) $(BINDIR)\$@.exe + +OBJFILES = $(OBJDIR)\$(NAME).obj +CFLAGS = -I.. $(ACE_CFLAGS) +CPPDIR = . +BINDIR=.\bor\bin +BASE_OBJDIR=.\bor\obj +LIBFILES = \ + $(ACE_ROOT)\bin\ace$(LIB_DECORATOR).lib + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> + diff --git a/tests/Map_Manager_Test.icc b/tests/Map_Manager_Test.icc new file mode 100644 index 00000000000..af813897c7d --- /dev/null +++ b/tests/Map_Manager_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Map_Manager_Test.exe" + { + source type (cpp) "Map_Manager_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Map_Test.icc b/tests/Map_Test.icc new file mode 100644 index 00000000000..1ac3b09db52 --- /dev/null +++ b/tests/Map_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Map_Test.exe" + { + source type (cpp) "Map_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Mem_Map_Test.icc b/tests/Mem_Map_Test.icc new file mode 100644 index 00000000000..00a3e8c9dc6 --- /dev/null +++ b/tests/Mem_Map_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Mem_Map_Test.exe" + { + source type (cpp) "Mem_Map_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Message_Block_Test.icc b/tests/Message_Block_Test.icc new file mode 100644 index 00000000000..bc1d3d8508b --- /dev/null +++ b/tests/Message_Block_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Message_Block_Test.exe" + { + source type (cpp) "Message_Block_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Message_Queue_Notifications_Test.icc b/tests/Message_Queue_Notifications_Test.icc new file mode 100644 index 00000000000..1b4f8b21ae2 --- /dev/null +++ b/tests/Message_Queue_Notifications_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Message_Queue_Notifications_Test.exe" + { + source type (cpp) "Message_Queue_Notifications_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Message_Queue_Test.icc b/tests/Message_Queue_Test.icc new file mode 100644 index 00000000000..21674f92c35 --- /dev/null +++ b/tests/Message_Queue_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Message_Queue_Test.exe" + { + source type (cpp) "Message_Queue_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Naming_Test.icc b/tests/Naming_Test.icc new file mode 100644 index 00000000000..82bef6c6916 --- /dev/null +++ b/tests/Naming_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Naming_Test.exe" + { + source type (cpp) "Naming_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Notify_Performance_Test.icc b/tests/Notify_Performance_Test.icc new file mode 100644 index 00000000000..2ff67813697 --- /dev/null +++ b/tests/Notify_Performance_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Notify_Performance_Test.exe" + { + source type (cpp) "Notify_Performance_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/OrdMultiSet_Test.icc b/tests/OrdMultiSet_Test.icc new file mode 100644 index 00000000000..b74e8f468b4 --- /dev/null +++ b/tests/OrdMultiSet_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "OrdMultiSet_Test.exe" + { + source type (cpp) "OrdMultiSet_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Pipe_Test.icc b/tests/Pipe_Test.icc new file mode 100644 index 00000000000..bc6ad7d05d5 --- /dev/null +++ b/tests/Pipe_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Pipe_Test.exe" + { + source type (cpp) "Pipe_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Priority_Buffer_Test.icc b/tests/Priority_Buffer_Test.icc new file mode 100644 index 00000000000..cfd3a72b880 --- /dev/null +++ b/tests/Priority_Buffer_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Priority_Buffer_Test.exe" + { + source type (cpp) "Priority_Buffer_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Priority_Reactor_Test.icc b/tests/Priority_Reactor_Test.icc new file mode 100644 index 00000000000..46831825cc0 --- /dev/null +++ b/tests/Priority_Reactor_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Priority_Reactor_Test.exe" + { + source type (cpp) "Priority_Reactor_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Priority_Task_Test.icc b/tests/Priority_Task_Test.icc new file mode 100644 index 00000000000..c2b446c877c --- /dev/null +++ b/tests/Priority_Task_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Priority_Task_Test.exe" + { + source type (cpp) "Priority_Task_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Process_Mutex_Test.icc b/tests/Process_Mutex_Test.icc new file mode 100644 index 00000000000..33ae797b3bf --- /dev/null +++ b/tests/Process_Mutex_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Process_Mutex_Test.exe" + { + source type (cpp) "Process_Mutex_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Process_Strategy_Test.icc b/tests/Process_Strategy_Test.icc new file mode 100644 index 00000000000..6d635f45967 --- /dev/null +++ b/tests/Process_Strategy_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Process_Strategy_Test.exe" + { + source type (cpp) "Process_Strategy_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Purgable_Map_Manager_Test.icc b/tests/Purgable_Map_Manager_Test.icc new file mode 100644 index 00000000000..0ffd1a6e76b --- /dev/null +++ b/tests/Purgable_Map_Manager_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Purgable_Map_Manager_Test.exe" + { + source type (cpp) "Purgable_Map_Manager_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/RB_Tree_Test.icc b/tests/RB_Tree_Test.icc new file mode 100644 index 00000000000..647fe72248e --- /dev/null +++ b/tests/RB_Tree_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "RB_Tree_Test.exe" + { + source type (cpp) "RB_Tree_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Reactor_Exceptions_Test.icc b/tests/Reactor_Exceptions_Test.icc new file mode 100644 index 00000000000..be4e903690f --- /dev/null +++ b/tests/Reactor_Exceptions_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Reactor_Exceptions_Test.exe" + { + source type (cpp) "Reactor_Exceptions_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Reactor_Notify_Test.icc b/tests/Reactor_Notify_Test.icc new file mode 100644 index 00000000000..60e80213aa5 --- /dev/null +++ b/tests/Reactor_Notify_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Reactor_Notify_Test.exe" + { + source type (cpp) "Reactor_Notify_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Reactor_Performance_Test.icc b/tests/Reactor_Performance_Test.icc new file mode 100644 index 00000000000..1c8c6bf81bf --- /dev/null +++ b/tests/Reactor_Performance_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Reactor_Performance_Test.exe" + { + source type (cpp) "Reactor_Performance_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Reactor_Timer_Test.icc b/tests/Reactor_Timer_Test.icc new file mode 100644 index 00000000000..7803cfb2fea --- /dev/null +++ b/tests/Reactor_Timer_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Reactor_Timer_Test.exe" + { + source type (cpp) "Reactor_Timer_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Reactors_Test.icc b/tests/Reactors_Test.icc new file mode 100644 index 00000000000..08ee8110b58 --- /dev/null +++ b/tests/Reactors_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Reactors_Test.exe" + { + source type (cpp) "Reactors_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Reader_Writer_Test.icc b/tests/Reader_Writer_Test.icc new file mode 100644 index 00000000000..1066d73ee30 --- /dev/null +++ b/tests/Reader_Writer_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Reader_Writer_Test.exe" + { + source type (cpp) "Reader_Writer_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Recursive_Mutex_Test.icc b/tests/Recursive_Mutex_Test.icc new file mode 100644 index 00000000000..765c7537b05 --- /dev/null +++ b/tests/Recursive_Mutex_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Recursive_Mutex_Test.exe" + { + source type (cpp) "Recursive_Mutex_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/SOCK_Connector_Test.icc b/tests/SOCK_Connector_Test.icc new file mode 100644 index 00000000000..65474d09c4f --- /dev/null +++ b/tests/SOCK_Connector_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "SOCK_Connector_Test.exe" + { + source type (cpp) "SOCK_Connector_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/SOCK_Test.icc b/tests/SOCK_Test.icc new file mode 100644 index 00000000000..bff3f281b73 --- /dev/null +++ b/tests/SOCK_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "SOCK_Test.exe" + { + source type (cpp) "SOCK_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/SPIPE_Test.icc b/tests/SPIPE_Test.icc new file mode 100644 index 00000000000..06adf2cd6fd --- /dev/null +++ b/tests/SPIPE_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "SPIPE_Test.exe" + { + source type (cpp) "SPIPE_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/SString_Test.icc b/tests/SString_Test.icc new file mode 100644 index 00000000000..b78d81ee967 --- /dev/null +++ b/tests/SString_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "SString_Test.exe" + { + source type (cpp) "SString_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/SV_Shared_Memory_Test.icc b/tests/SV_Shared_Memory_Test.icc new file mode 100644 index 00000000000..b9523b7f01d --- /dev/null +++ b/tests/SV_Shared_Memory_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "SV_Shared_Memory_Test.exe" + { + source type (cpp) "SV_Shared_Memory_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Semaphore_Test.icc b/tests/Semaphore_Test.icc new file mode 100644 index 00000000000..ddea71a4643 --- /dev/null +++ b/tests/Semaphore_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Semaphore_Test.exe" + { + source type (cpp) "Semaphore_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Service_Config_Test.icc b/tests/Service_Config_Test.icc new file mode 100644 index 00000000000..ad6a2672a33 --- /dev/null +++ b/tests/Service_Config_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Service_Config_Test.exe" + { + source type (cpp) "Service_Config_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Sigset_Ops_Test.icc b/tests/Sigset_Ops_Test.icc new file mode 100644 index 00000000000..402f4a58cc5 --- /dev/null +++ b/tests/Sigset_Ops_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Sigset_Ops_Test.exe" + { + source type (cpp) "Sigset_Ops_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Simple_Message_Block_Test.icc b/tests/Simple_Message_Block_Test.icc new file mode 100644 index 00000000000..491d98b82ab --- /dev/null +++ b/tests/Simple_Message_Block_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Simple_Message_Block_Test.exe" + { + source type (cpp) "Simple_Message_Block_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/TSS_Test.icc b/tests/TSS_Test.icc new file mode 100644 index 00000000000..aa297680546 --- /dev/null +++ b/tests/TSS_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "TSS_Test.exe" + { + source type (cpp) "TSS_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Task_Test.icc b/tests/Task_Test.icc new file mode 100644 index 00000000000..b8ca8f285eb --- /dev/null +++ b/tests/Task_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Task_Test.exe" + { + source type (cpp) "Task_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Thread_Manager_Test.icc b/tests/Thread_Manager_Test.icc new file mode 100644 index 00000000000..dded477b8fd --- /dev/null +++ b/tests/Thread_Manager_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Thread_Manager_Test.exe" + { + source type (cpp) "Thread_Manager_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Thread_Mutex_Test.icc b/tests/Thread_Mutex_Test.icc new file mode 100644 index 00000000000..7faf8bd52fd --- /dev/null +++ b/tests/Thread_Mutex_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Thread_Mutex_Test.exe" + { + source type (cpp) "Thread_Mutex_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Thread_Pool_Reactor_Test.icc b/tests/Thread_Pool_Reactor_Test.icc new file mode 100644 index 00000000000..fc15a6ae3cf --- /dev/null +++ b/tests/Thread_Pool_Reactor_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Thread_Pool_Reactor_Test.exe" + { + source type (cpp) "Thread_Pool_Reactor_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Thread_Pool_Test.icc b/tests/Thread_Pool_Test.icc new file mode 100644 index 00000000000..4b90a1380a8 --- /dev/null +++ b/tests/Thread_Pool_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Thread_Pool_Test.exe" + { + source type (cpp) "Thread_Pool_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Time_Service_Test.icc b/tests/Time_Service_Test.icc new file mode 100644 index 00000000000..563240411b2 --- /dev/null +++ b/tests/Time_Service_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Time_Service_Test.exe" + { + source type (cpp) "Time_Service_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Time_Value_Test.icc b/tests/Time_Value_Test.icc new file mode 100644 index 00000000000..f88e9c66963 --- /dev/null +++ b/tests/Time_Value_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Time_Value_Test.exe" + { + source type (cpp) "Time_Value_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Timeprobe_Test.icc b/tests/Timeprobe_Test.icc new file mode 100644 index 00000000000..c1d9dc3a194 --- /dev/null +++ b/tests/Timeprobe_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Timeprobe_Test.exe" + { + source type (cpp) "Timeprobe_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Timer_Queue_Test.icc b/tests/Timer_Queue_Test.icc new file mode 100644 index 00000000000..37276b4070f --- /dev/null +++ b/tests/Timer_Queue_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Timer_Queue_Test.exe" + { + source type (cpp) "Timer_Queue_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Tokens_Test.icc b/tests/Tokens_Test.icc new file mode 100644 index 00000000000..3381ea44ca5 --- /dev/null +++ b/tests/Tokens_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Tokens_Test.exe" + { + source type (cpp) "Tokens_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/UPIPE_SAP_Test.icc b/tests/UPIPE_SAP_Test.icc new file mode 100644 index 00000000000..785888c0180 --- /dev/null +++ b/tests/UPIPE_SAP_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "UPIPE_SAP_Test.exe" + { + source type (cpp) "UPIPE_SAP_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/Upgradable_RW_Test.icc b/tests/Upgradable_RW_Test.icc new file mode 100644 index 00000000000..117be19b9f2 --- /dev/null +++ b/tests/Upgradable_RW_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "Upgradable_RW_Test.exe" + { + source type (cpp) "Upgradable_RW_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/XtReactor_Test.icc b/tests/XtReactor_Test.icc new file mode 100644 index 00000000000..c37c4d06afb --- /dev/null +++ b/tests/XtReactor_Test.icc @@ -0,0 +1,22 @@ +option + define ("ACE_HAS_WINSOCK2","1"), + define ("__ACE_INLINE__","0"), + define ("WIN32","1"), + define ("_WINDOWS","1"), + define("ACE_HAS_DLL","0"), + link(libSearchPath,'H:\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + { + target "XtReactor_Test.exe" + { + source type (cpp) "XtReactor_Test.cpp" + + source type (lib) "aced.lib" + source type (lib) "advapi32.lib" + source type (lib) "user32.lib" + source type (lib) "ws2_32.lib" + source type (lib) "wsock32.lib" + source type (lib) "mswsock.lib" + } + } diff --git a/tests/t.icc b/tests/t.icc new file mode 100644 index 00000000000..bdd9992b852 --- /dev/null +++ b/tests/t.icc @@ -0,0 +1,277 @@ +option + link(libSearchPath,'H:\ACE+TAO\ACE_wrappers\ace'), + incl(searchPath,'H:\ACE+TAO\ACE_wrappers'), + link(linkWithMultiThreadLib,yes) + + target "Reactor_Timer_Test.exe" + { + source type(cpp) "Aio_Platform_Test.cpp" + } + target "Atomic_Op_Test.exe" + { + source type(cpp) "Atomic_Op_Test.cpp" + } + target "Barrier_Test.exe" + { + source type(cpp) "Barrier_Test.cpp" + } + target "Basic_Types_Test.exe" + { + source type(cpp) "Basic_Types_Test.cpp" + } + target "Buffer_Stream_Test.exe" + { + source type(cpp) "Buffer_Stream_Test.cpp" + } + target "CDR_Test.exe" + { + source type(cpp) "CDR_Test.cpp" + } + target "Collection_Test.exe" + { + source type(cpp) "Collection_Test.cpp" + } + target "Conn_Test.exe" + { + source type(cpp) "Conn_Test.cpp" + } + target "DLL_Test.cpp" + { + source type(cpp) "DLL_Test.cpp" + } + target "DLList_Test.exe" + { + source type(cpp) "DLList_Test.cpp" + } + target "Dynamic_Priority_Test.exe" + { + source type(cpp) "Dynamic_Priority_Test.cpp" + } + target "Enum_Interfaces_Test.exe" + { + source type(cpp) "Enum_Interfaces_Test.cpp" + } + target "Env_Value_Test.exe" + { + source type(cpp) "Env_Value_Test.cpp" + } + target "Future_Test.exe" + { + source type(cpp) "Future_Test.cpp" + } + target "Handle_Set_Test.exe" + { + source type(cpp) "Handle_Set_Test.cpp" + } + target "Hash_Map_Manager_Test.exe" + { + source type(cpp) "Hash_Map_Manager_Test.cpp" + } + target "High_Res_Timer_Test.exe" + { + source type(cpp) "High_Res_Timer_Test.cpp" + } + target "IOStream_Test.exe" + { + source type(cpp) "IOStream_Test.cpp" + } + target "MM_Shared_Memory_Test.exe" + { + source type(cpp) "MM_Shared_Memory_Test.cpp" + } + target "MT_Reactor_Timer_Test.cpp" + { + source type(cpp) "MT_Reactor_Timer_Test.cpp" + } + target "MT_SOCK_Test.exe" + { + source type(cpp) "MT_SOCK_Test.cpp" + } + target "Map_Manager_Test.exe" + { + source type(cpp) "Map_Manager_Test.cpp" + } + target "Map_Test.exe" + { + source type(cpp) "Map_Test.cpp" + } + target "Mem_Map_Test.exe" + { + source type(cpp) "Mem_Map_Test.cpp" + } + target "Message_Block_Test.cpp" + { + source type(cpp) "Message_Block_Test.cpp" + } + target "Message_Queue_Notifications_Test.exe" + { + source type(cpp) "Message_Queue_Notifications_Test.cpp" + } + target "Message_Queue_Test.exe" + { + source type(cpp) "Message_Queue_Test.cpp" + } + target "Naming_Test.exe" + { + source type(cpp) "Naming_Test.cpp" + } + target "Notify_Performance_Test.exe" + { + source type(cpp) "Notify_Performance_Test.cpp" + } + target "OrdMultiSet_Test.exe" + { + source type(cpp) "OrdMultiSet_Test.cpp" + } + target "Pipe_Test.exe" + { + source type(cpp) "Pipe_Test.cpp" + } + target "Priority_Buffer_Test.exe" + { + source type(cpp) "Priority_Buffer_Test.cpp" + } + target "Priority_Reactor_Test.exe" + { + source type(cpp) "Priority_Reactor_Test.cpp" + } + target "Priority_Task_Test.exe" + { + source type(cpp) "Priority_Task_Test.cpp" + } + target "Process_Mutex_Test.exe" + { + source type(cpp) "Process_Mutex_Test.cpp" + } + target "Process_Strategy_Test.exe" + { + source type(cpp) "Process_Strategy_Test.cpp" + } + target "Purgable_Map_Manager_Test.exe" + { + source type(cpp) "Purgable_Map_Manager_Test.cpp" + } + target "RB_Tree_Test.exe" + { + source type(cpp) "RB_Tree_Test.cpp" + } + target "Reactor_Exceptions_Test.exe" + { + source type(cpp) "Reactor_Exceptions_Test.cpp" + } + target "Reactor_Notify_Test.exe" + { + source type(cpp) "Reactor_Notify_Test.cpp" + } + target "Reactor_Performance_Test.exe" + { + source type(cpp) "Reactor_Performance_Test.cpp" + } + target "Reactor_Timer_Test.exe" + { + source type(cpp) "Reactor_Timer_Test.cpp" + } + target "Reactors_Test.exe" + { + source type(cpp) "Reactors_Test.cpp" + } + target "Reader_Writer_Test.exe" + { + source type(cpp) "Reader_Writer_Test.cpp" + } + target "Recursive_Mutex_Test.exe" + { + source type(cpp) "Recursive_Mutex_Test.cpp" + } + target "SOCK_Connector_Test.exe" + { + source type(cpp) "SOCK_Connector_Test.cpp" + } + target "SOCK_Test.exe" + { + source type(cpp) "SOCK_Test.cpp" + } + target "SPIPE_Test.exe" + { + source type(cpp) "SPIPE_Test.cpp" + } + target "SString_Test.exe" + { + source type(cpp) "SString_Test.cpp" + } + target "SV_Shared_Memory_Test.exe" + { + source type(cpp) "SV_Shared_Memory_Test.cpp" + } + target "Semaphore_Test.exe" + { + source type(cpp) "Semaphore_Test.cpp" + } + target "Service_Config_Test.exe" + { + source type(cpp) "Service_Config_Test.cpp" + } + target "Sigset_Ops_Test.exe" + { + source type(cpp) "Sigset_Ops_Test.cpp" + } + target "Simple_Message_Block_Test.exe" + { + source type(cpp) "Simple_Message_Block_Test.cpp" + } + target "TSS_Test.exe" + { + source type(cpp) "TSS_Test.cpp" + } + target "Task_Test.exe" + { + source type(cpp) "Task_Test.cpp" + } + target "Thread_Manager_Test.exe" + { + source type(cpp) "Thread_Manager_Test.cpp" + } + target "Thread_Mutex_Test.exe" + { + source type(cpp) "Thread_Mutex_Test.cpp" + } + target "Thread_Pool_Reactor_Test.exe" + { + source type(cpp) "Thread_Pool_Reactor_Test.cpp" + } + target "Thread_Pool_Test.exe" + { + source type(cpp) "Thread_Pool_Test.cpp" + } + target "Time_Service_Test.exe" + { + source type(cpp) "Time_Service_Test.cpp" + } + target "Time_Value_Test.exe" + { + source type(cpp) "Time_Value_Test.cpp" + } + target "Timeprobe_Test.exe" + { + source type(cpp) "Timeprobe_Test.cpp" + } + target "Timer_Queue_Test.exe" + { + source type(cpp) "Timer_Queue_Test.cpp" + } + target "Tokens_Test.exe" + { + source type(cpp) "Tokens_Test.cpp" + } + target "UPIPE_SAP_Test.exe" + { + source type(cpp) "UPIPE_SAP_Test.cpp" + } + target "Upgradable_RW_Test.exe" + { + source type(cpp) "Upgradable_RW_Test.cpp" + } + target "XtReactor_Test.exe" + { + source type(cpp) "XtReactor_Test.cpp" + } |