summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestRenderTarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestRenderTarget.cpp')
-rw-r--r--Tests/TestApp/src/TestRenderTarget.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestRenderTarget.cpp b/Tests/TestApp/src/TestRenderTarget.cpp
index 9f34203..485f818 100644
--- a/Tests/TestApp/src/TestRenderTarget.cpp
+++ b/Tests/TestApp/src/TestRenderTarget.cpp
@@ -31,7 +31,8 @@
using namespace Diligent;
-TestRenderTarget::TestRenderTarget()
+TestRenderTarget::TestRenderTarget() :
+ UnitTestBase("Render target test")
{
}
@@ -51,4 +52,5 @@ void TestRenderTarget::Init( IRenderDevice *pDevice, IDeviceContext *pDeviceCont
void TestRenderTarget::Draw()
{
m_pRenderScript->Run( m_pDeviceContext, "Render" );
+ SetStatus(TestResult::Succeeded);
}