From ec3e81b7a7be77836ac52dc6168aa5ac4c498217 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 17 Feb 2018 12:58:17 -0800 Subject: Added test result reporting --- Tests/TestApp/include/SmartPointerTest.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/include/SmartPointerTest.h') diff --git a/Tests/TestApp/include/SmartPointerTest.h b/Tests/TestApp/include/SmartPointerTest.h index 1e22a7d..5d7407a 100644 --- a/Tests/TestApp/include/SmartPointerTest.h +++ b/Tests/TestApp/include/SmartPointerTest.h @@ -30,9 +30,11 @@ #include #include -class SmartPointerTest +#include "UnitTestBase.h" + +class SmartPointerTest : public UnitTestBase { -public: +public: class Object : public Diligent::RefCountedObject { public: -- cgit v1.2.3