Click here to Skip to main content
15,884,537 members
Articles / Programming Languages / C++

ShortCUT - A Short C++ Unit Testing Framework

Rate me:
Please Sign up or sign in to vote.
4.60/5 (9 votes)
15 Feb 2007CPOL7 min read 65.4K   948   44  
A very simple, customizable unit-testing framework for C++ developers
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shortcut2003", "shortcut2003.vcproj", "{B9D3408E-444A-4054-A31D-0F07E2403BFA}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B9D3408E-444A-4054-A31D-0F07E2403BFA}.Debug.ActiveCfg = Debug|Win32
		{B9D3408E-444A-4054-A31D-0F07E2403BFA}.Debug.Build.0 = Debug|Win32
		{B9D3408E-444A-4054-A31D-0F07E2403BFA}.Release.ActiveCfg = Release|Win32
		{B9D3408E-444A-4054-A31D-0F07E2403BFA}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I work as a developer in the Seattle area. I am currently residing in France.

Comments and Discussions