From 6b01c5a989015a85b9a3203cffc86004de04e505 Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 15 Feb 2018 09:07:08 -0800 Subject: Enabled test app on linux --- Tests/TestApp/src/Linux/TestAppLinux.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/src/Linux/TestAppLinux.cpp') diff --git a/Tests/TestApp/src/Linux/TestAppLinux.cpp b/Tests/TestApp/src/Linux/TestAppLinux.cpp index 1d16980..335ba35 100644 --- a/Tests/TestApp/src/Linux/TestAppLinux.cpp +++ b/Tests/TestApp/src/Linux/TestAppLinux.cpp @@ -21,13 +21,13 @@ * of the possibility of such damages. */ -#include "SampleApp.h" +#include "TestApp.h" using namespace Diligent; class TestAppLinux final : public TestApp { public: - SampleAppLinux() + TestAppLinux() { m_DeviceType = DeviceType::OpenGL; } -- cgit v1.2.3