Skip to content

Commit

Permalink
extracted tests into separate dll and integrated with VS test explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthTon committed Jun 24, 2018
1 parent 75644e4 commit 3fbb1a7
Show file tree
Hide file tree
Showing 38 changed files with 1,957 additions and 12,257 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ _ReSharper*/

#Project files
[Bb]uild/
obj/

#Subversion files
.svn
Expand Down Expand Up @@ -84,4 +85,3 @@ GeneratedFiles*/
*.db-shm
*.db-wal
*.json
*.json
29 changes: 29 additions & 0 deletions BlackBone.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "src\TestApp\Test
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB} = {A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlackBoneTest", "src\BlackBoneTest\BlackBoneTest.vcxproj", "{15F6F215-4A5E-4B57-B0A0-90B067111285}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug(DLL)|Win32 = Debug(DLL)|Win32
Expand Down Expand Up @@ -78,8 +80,35 @@ Global
{D31B07B5-C75F-4382-B07F-D95922764BD7}.Release|Win32.Deploy.0 = Release|Win32
{D31B07B5-C75F-4382-B07F-D95922764BD7}.Release|x64.ActiveCfg = Release|x64
{D31B07B5-C75F-4382-B07F-D95922764BD7}.Release|x64.Build.0 = Release|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(DLL)|Win32.ActiveCfg = Debug(DLL)|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(DLL)|Win32.Build.0 = Debug(DLL)|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(DLL)|x64.ActiveCfg = Debug(DLL)|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(DLL)|x64.Build.0 = Debug(DLL)|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(XP)|Win32.ActiveCfg = Debug|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(XP)|Win32.Build.0 = Debug|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(XP)|x64.ActiveCfg = Debug|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug(XP)|x64.Build.0 = Debug|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug|Win32.ActiveCfg = Debug|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug|Win32.Build.0 = Debug|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug|x64.ActiveCfg = Debug|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Debug|x64.Build.0 = Debug|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(DLL)|Win32.ActiveCfg = Release(DLL)|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(DLL)|Win32.Build.0 = Release(DLL)|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(DLL)|x64.ActiveCfg = Release(DLL)|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(DLL)|x64.Build.0 = Release(DLL)|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(XP)|Win32.ActiveCfg = Release|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(XP)|Win32.Build.0 = Release|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(XP)|x64.ActiveCfg = Release|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release(XP)|x64.Build.0 = Release|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release|Win32.ActiveCfg = Release|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release|Win32.Build.0 = Release|Win32
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release|x64.ActiveCfg = Release|x64
{15F6F215-4A5E-4B57-B0A0-90B067111285}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA23DB8B-7FAB-4586-936D-4ADB4CD8B90E}
EndGlobalSection
EndGlobal
Binary file added Testing/TestDll32.dll
Binary file not shown.
Binary file added Testing/TestDll64.dll
Binary file not shown.
Binary file added Testing/TestHelper32.exe
Binary file not shown.
Binary file added Testing/TestHelper64.exe
Binary file not shown.
23 changes: 0 additions & 23 deletions src/3rd_party/Catch/LICENSE.txt

This file was deleted.

23 changes: 0 additions & 23 deletions src/3rd_party/Catch/README.md

This file was deleted.

Loading

0 comments on commit 3fbb1a7

Please sign in to comment.