Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancalhoun committed Dec 11, 2015
1 parent c04a74b commit 87ee47e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ testing.
#include "cppunit/TestResultCollector.h"
#include "cppunit/ui/text/TestRunner.h"

#include "MyTestClass.h"

int main(int argc, const char* argv[])
{
CppUnit::TextUi::TestRunner runner;
Expand All @@ -38,7 +40,6 @@ public:
CPPUNIT_ADD_TEST(suite, testSomething);
return suite;
}
};
```
Expand Down

0 comments on commit 87ee47e

Please sign in to comment.