From ce08e9a3fbdf6996f1ff0735c3b1d9cad36d2c82 Mon Sep 17 00:00:00 2001 From: okellogg Date: Thu, 10 Apr 2003 11:07:31 +0000 Subject: ChangeLogTag:Thu Apr 10 13:02:42 CEST 2003 Oliver Kellogg --- ChangeLog | 9 +++ tests/Unbounded_Set_Test_Ex.dsp | 162 ++++++++++++++++++++++++++++++++++++++++ tests/Unbounded_Set_Test_Ex.icc | 21 ++++++ tests/tests.dsw | 12 +++ tests/tests.icp | 5 ++ 5 files changed, 209 insertions(+) create mode 100644 tests/Unbounded_Set_Test_Ex.dsp create mode 100644 tests/Unbounded_Set_Test_Ex.icc diff --git a/ChangeLog b/ChangeLog index 664ae663f7d..212d1bc7039 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Apr 10 13:02:42 CEST 2003 Oliver Kellogg + + * tests/tests.{dsw,icp}: Added Unbounded_Set_Test_Ex. + + * tests/Unbounded_Set_Test_Ex.{dsp,icc}: New. + + Please bear with me, these changes were made "blindly", i.e. + I don't have access to those build environments. + Thu Apr 10 09:51:59 2003 Johnny Willemsen * include/makeinclude/wrapper_macros.GNU: diff --git a/tests/Unbounded_Set_Test_Ex.dsp b/tests/Unbounded_Set_Test_Ex.dsp new file mode 100644 index 00000000000..75f4b227a31 --- /dev/null +++ b/tests/Unbounded_Set_Test_Ex.dsp @@ -0,0 +1,162 @@ +# Microsoft Developer Studio Project File - Name="Unbounded_Set_Test_Ex" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=Unbounded_Set_Test_Ex - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "Unbounded_Set_Test_Ex.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "Unbounded_Set_Test_Ex.mak" CFG="Unbounded_Set_Test_Ex - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "Unbounded_Set_Test_Ex - Win32 Static Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "Unbounded_Set_Test_Ex - Win32 Static Release" (based on "Win32 (x86) Console Application") +!MESSAGE "Unbounded_Set_Test_Ex - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "Unbounded_Set_Test_Ex - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "Unbounded_Set_Test_Ex - Win32 Static Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Static_Debug" +# PROP BASE Intermediate_Dir "Static_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Static_Debug" +# PROP Intermediate_Dir "Static_Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "_DEBUG" /D ACE_AS_STATIC_LIBS /D "WIN32" /D "_CONSOLE" /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# 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 /debug /machine:I386 +# ADD LINK32 acesd.lib advapi32.lib user32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\ace" + +!ELSEIF "$(CFG)" == "Unbounded_Set_Test_Ex - Win32 Static Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Static_Release" +# PROP BASE Intermediate_Dir "Static_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Static_Release" +# PROP Intermediate_Dir "Static_Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /D "NDEBUG" /D ACE_AS_STATIC_LIBS /D "WIN32" /D "_CONSOLE" /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# 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 aces.lib advapi32.lib user32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\ace" + +!ELSEIF "$(CFG)" == "Unbounded_Set_Test_Ex - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# 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" + +!ELSEIF "$(CFG)" == "Unbounded_Set_Test_Ex - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c +# SUBTRACT CPP /YX +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# 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 /debug /machine:I386 /pdbtype:sept +# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\ace" + +!ENDIF + +# Begin Target + +# Name "Unbounded_Set_Test_Ex - Win32 Static Debug" +# Name "Unbounded_Set_Test_Ex - Win32 Static Release" +# Name "Unbounded_Set_Test_Ex - Win32 Release" +# Name "Unbounded_Set_Test_Ex - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" +# Begin Source File + +SOURCE=.\Unbounded_Set_Test_Ex.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=.\test_config.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/tests/Unbounded_Set_Test_Ex.icc b/tests/Unbounded_Set_Test_Ex.icc new file mode 100644 index 00000000000..c781aede52d --- /dev/null +++ b/tests/Unbounded_Set_Test_Ex.icc @@ -0,0 +1,21 @@ +// $Id$ + +include "vacpp_setup.icc" +option + link(libSearchPath, platformLibSearchPath), + incl(searchPath, ".."), + link(linkWithMultiThreadLib,yes), + link(debug) + { + target type (exe) "Unbounded_Set_Test_Ex" + { + source type (cpp) "Unbounded_Set_Test_Ex.cpp" + if ($__IBMCPP__ >= 500) { + option macros(global) { + source type (hpp) "test_config.h" + } + source type (cpp) "test_config.h" + } + source type (lib) platformLinkLibs + } + } diff --git a/tests/tests.dsw b/tests/tests.dsw index 283754f990b..48d077ee1e9 100644 --- a/tests/tests.dsw +++ b/tests/tests.dsw @@ -1404,6 +1404,18 @@ Package=<4> ############################################################################### +Project: "Unbounded_Set_Test_Ex"=".\Unbounded_Set_Test_Ex.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "Upgradable_RW_Test"=".\Upgradable_RW_Test.dsp" - Package Owner=<4> Package=<5> diff --git a/tests/tests.icp b/tests/tests.icp index cd8e16545d2..b33f73b222b 100644 --- a/tests/tests.icp +++ b/tests/tests.icp @@ -438,6 +438,10 @@ subproject UPIPE_SAP_Test icc "UPIPE_SAP_Test.icc", ics "UPIPE_SAP_Test.ics" { } +subproject Unbounded_Set_Test_Ex icc "Unbounded_Set_Test_Ex.icc", ics "Unbounded_Set_Test_Ex.ics" +{ +} + subproject Upgradable_RW_Test icc "Upgradable_RW_Test.icc", ics "Upgradable_RW_Test.ics" { } @@ -551,6 +555,7 @@ use Timer_Queue_Test use TkReactor_Test use Tokens_Test use UPIPE_SAP_Test +use Unbounded_Set_Test_Ex use Upgradable_RW_Test use Vector_Test use XtReactor_Test -- cgit v1.2.1