diff options
Diffstat (limited to 'tests/UnitTest++/src/TestReporter.cpp')
-rw-r--r-- | tests/UnitTest++/src/TestReporter.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/UnitTest++/src/TestReporter.cpp b/tests/UnitTest++/src/TestReporter.cpp new file mode 100644 index 0000000..608d3c6 --- /dev/null +++ b/tests/UnitTest++/src/TestReporter.cpp @@ -0,0 +1,10 @@ +#include "TestReporter.h" + +namespace UnitTest { + + +TestReporter::~TestReporter() +{ +} + +} |