summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-22 13:56:31 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-22 13:56:31 +0000
commit800b3566534bdde5215a36cef4dd3c2cb8184a6a (patch)
tree1b29f322200213eef6489dc6812837138a44881d
parent377ec55f6b520eecf9b0e1cdc550bae37a28280b (diff)
downloadATCD-800b3566534bdde5215a36cef4dd3c2cb8184a6a.tar.gz
ChangeLogTag:Thu May 22 00:16:11 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog12
-rw-r--r--tests/Makefile.tests27
-rw-r--r--tests/Proactor_Timer_Test.dsp2
-rw-r--r--tests/Service_Config_Test.dsp2
-rw-r--r--tests/Test_Output.dsp2
5 files changed, 29 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index a1e1008ce22..16ccf50f7ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Thu May 22 00:16:11 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/Makefile.tests:
+ Readded Multihomed_INET_Addr_Test that was mistakenly left out
+ when the makefiles were reorganized.
+
+ * tests/Proactor_Timer_Test.dsp:
+ * tests/Service_Config_Tests.dsp:
+ * tests/Test_Output.dsp:
+ Fixed library path problems in Win32 Release builds. Thanks to
+ Simon McQueen <sm@prismtechnologies.com> for reporting this.
+
Thu May 22 12:52:59 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-mingw.h:
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 8c1f8452c45..9cfb5919d06 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -20,7 +20,7 @@ BIN = ACE_Test \
Auto_IncDec_Test \
Barrier_Test \
Basic_Types_Test \
- Bound_Ptr_Test \
+ Bound_Ptr_Test \
Buffer_Stream_Test \
Cache_Map_Manager_Test \
Cached_Accept_Conn_Test \
@@ -30,11 +30,11 @@ BIN = ACE_Test \
CDR_File_Test \
CDR_Test \
Collection_Test \
- Config_Test \
+ Config_Test \
Conn_Test \
Date_Time_Test \
- Dev_Poll_Reactor_Test \
- Dirent_Test \
+ Dev_Poll_Reactor_Test \
+ Dirent_Test \
DLList_Test \
DLL_Test\
Enum_Interfaces_Test \
@@ -42,7 +42,7 @@ BIN = ACE_Test \
FIFO_Test \
Future_Test \
Future_Set_Test \
- Get_Opt_Test \
+ Get_Opt_Test \
Handle_Set_Test \
High_Res_Timer_Test \
Hash_Map_Manager_Test \
@@ -51,12 +51,12 @@ BIN = ACE_Test \
IOStream_Test \
Lazy_Map_Manager_Test \
Log_Msg_Test \
- Logging_Strategy_Test \
+ Logging_Strategy_Test \
Malloc_Test \
Map_Test \
Map_Manager_Test \
Max_Default_Port_Test \
- MEM_Stream_Test \
+ MEM_Stream_Test \
Mem_Map_Test \
MM_Shared_Memory_Test \
MT_Reactor_Timer_Test \
@@ -67,14 +67,15 @@ BIN = ACE_Test \
Message_Queue_Test_Ex \
Message_Queue_Notifications_Test \
Multicast_Test \
+ Multihomed_INET_Addr_Test \
Notify_Performance_Test \
Object_Manager_Test \
Obstack_Test \
OrdMultiSet_Test \
OS_Test \
- Proactor_Scatter_Gather_Test \
- Proactor_Test \
- Proactor_Timer_Test \
+ Proactor_Scatter_Gather_Test \
+ Proactor_Test \
+ Proactor_Timer_Test \
Process_Mutex_Test \
Process_Strategy_Test \
Priority_Buffer_Test \
@@ -94,7 +95,7 @@ BIN = ACE_Test \
Recursive_Condition_Test \
Recursive_Condition_Bug_Test \
Recursive_Mutex_Test \
- Refcounted_Auto_Ptr_Test \
+ Refcounted_Auto_Ptr_Test \
Reverse_Lock_Test \
Semaphore_Test \
Signal_Test \
@@ -115,10 +116,10 @@ BIN = ACE_Test \
Time_Service_Test \
Time_Value_Test \
Timer_Queue_Test \
- Token_Strategy_Test \
+ Token_Strategy_Test \
TP_Reactor_Test \
TSS_Test \
- Vector_Test \
+ Vector_Test \
UPIPE_SAP_Test \
Unbounded_Set_Test_Ex \
Upgradable_RW_Test
diff --git a/tests/Proactor_Timer_Test.dsp b/tests/Proactor_Timer_Test.dsp
index 8d439a8c526..f8774392eef 100644
--- a/tests/Proactor_Timer_Test.dsp
+++ b/tests/Proactor_Timer_Test.dsp
@@ -51,7 +51,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
+# ADD LINK32 ace.lib Test_Output.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
!ELSEIF "$(CFG)" == "Proactor_Timer_Test - Win32 Debug"
diff --git a/tests/Service_Config_Test.dsp b/tests/Service_Config_Test.dsp
index 6b31a229e93..be602e30997 100644
--- a/tests/Service_Config_Test.dsp
+++ b/tests/Service_Config_Test.dsp
@@ -51,7 +51,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
+# ADD LINK32 ace.lib Test_Output.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace"
!ELSEIF "$(CFG)" == "Service_Config_Test - Win32 Debug"
diff --git a/tests/Test_Output.dsp b/tests/Test_Output.dsp
index 115955d460d..6351b795259 100644
--- a/tests/Test_Output.dsp
+++ b/tests/Test_Output.dsp
@@ -56,7 +56,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 ace.lib /nologo /dll /machine:I386 /libpath:"..\ace"
+# ADD LINK32 ace.lib /nologo /dll /machine:I386 /out:"..\bin\Test_Output.dll" /libpath:"..\ace"
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=delete old dlls from tests dir