From e7c14b9ff2fb66614f8740782dac4554a6e676bb Mon Sep 17 00:00:00 2001 From: Beman Date: Tue, 14 May 2013 07:20:53 -0400 Subject: [PATCH] pair_test infrastructure initial commit. --- test/converter_test.cpp | 2 +- test/msvc2012/endian.sln | 6 ++ test/msvc2012/pair_test/pair_test.vcxproj | 86 +++++++++++++++++++++++ test/pair_test.cpp | 0 4 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 test/msvc2012/pair_test/pair_test.vcxproj create mode 100644 test/pair_test.cpp diff --git a/test/converter_test.cpp b/test/converter_test.cpp index de8cf30..f48e032 100644 --- a/test/converter_test.cpp +++ b/test/converter_test.cpp @@ -1,4 +1,4 @@ -// conversion_test.cpp ---------------------------------------------------------------// +// converter_test.cpp ----------------------------------------------------------------// // Copyright Beman Dawes 2010 diff --git a/test/msvc2012/endian.sln b/test/msvc2012/endian.sln index bcb0992..bb149fa 100644 --- a/test/msvc2012/endian.sln +++ b/test/msvc2012/endian.sln @@ -15,6 +15,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "benchmark", "benchmark\benc EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "converter_test", "converter_test\converter_test.vcxproj", "{EAE18F4D-AAF2-4C19-86FB-1144B5BD5993}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pair_test", "pair_test\pair_test.vcxproj", "{5223CCD9-F1D4-4778-9BFD-242533DFE380}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -47,6 +49,10 @@ Global {EAE18F4D-AAF2-4C19-86FB-1144B5BD5993}.Debug|Win32.Build.0 = Debug|Win32 {EAE18F4D-AAF2-4C19-86FB-1144B5BD5993}.Release|Win32.ActiveCfg = Release|Win32 {EAE18F4D-AAF2-4C19-86FB-1144B5BD5993}.Release|Win32.Build.0 = Release|Win32 + {5223CCD9-F1D4-4778-9BFD-242533DFE380}.Debug|Win32.ActiveCfg = Debug|Win32 + {5223CCD9-F1D4-4778-9BFD-242533DFE380}.Debug|Win32.Build.0 = Debug|Win32 + {5223CCD9-F1D4-4778-9BFD-242533DFE380}.Release|Win32.ActiveCfg = Release|Win32 + {5223CCD9-F1D4-4778-9BFD-242533DFE380}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/test/msvc2012/pair_test/pair_test.vcxproj b/test/msvc2012/pair_test/pair_test.vcxproj new file mode 100644 index 0000000..d4df499 --- /dev/null +++ b/test/msvc2012/pair_test/pair_test.vcxproj @@ -0,0 +1,86 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {5223CCD9-F1D4-4778-9BFD-242533DFE380} + Win32Proj + pair_test + + + + Application + true + v110 + Unicode + + + Application + false + v110 + true + Unicode + + + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/test/pair_test.cpp b/test/pair_test.cpp new file mode 100644 index 0000000..e69de29