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/TestCopyTexData.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Tests/TestApp/include/TestCopyTexData.h') diff --git a/Tests/TestApp/include/TestCopyTexData.h b/Tests/TestApp/include/TestCopyTexData.h index 5fa57ae..913ea35 100644 --- a/Tests/TestApp/include/TestCopyTexData.h +++ b/Tests/TestApp/include/TestCopyTexData.h @@ -23,7 +23,9 @@ #pragma once -class TestCopyTexData +#include "UnitTestBase.h" + +class TestCopyTexData : public UnitTestBase { public: TestCopyTexData(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pContext); -- cgit v1.2.3