From 47e24eece15121c917a30166037cbb072bb6a443 Mon Sep 17 00:00:00 2001
From: Adam Domurad <adomurad@redhat.com>
Date: Wed, 21 Nov 2012 12:37:38 -0500
Subject: Add UnitTest++ source code into ITW, without integration.

---
 tests/UnitTest++/src/TestReporter.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 tests/UnitTest++/src/TestReporter.cpp

(limited to 'tests/UnitTest++/src/TestReporter.cpp')

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()
+{
+}
+
+}
-- 
cgit v1.2.3