Skip to content

Instantly share code, notes, and snippets.

@EarlOfEgo
Created November 5, 2011 10:56
Show Gist options
  • Save EarlOfEgo/1341389 to your computer and use it in GitHub Desktop.
Save EarlOfEgo/1341389 to your computer and use it in GitHub Desktop.
The main of a UnitTest++ test example
#include "UnitTest++.h"
int main()
{
return UnitTest::RunAllTests();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment