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 ++-- Tests/TestApp/src/TestApp.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/src') 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; } diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 1bff9ee..d811ce2 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -22,6 +22,7 @@ */ #include +#include #include "PlatformDefinitions.h" #include "TestApp.h" -- cgit v1.2.3