From 287e31b9f40fd13eeae13d7b6e7db8cc5e946303 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 16 Feb 2018 18:29:14 -0800 Subject: Enabled test app in MacOS --- Tests/TestApp/src/MacOS/TestAppMacOS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/src/MacOS/TestAppMacOS.cpp') diff --git a/Tests/TestApp/src/MacOS/TestAppMacOS.cpp b/Tests/TestApp/src/MacOS/TestAppMacOS.cpp index 60e5a86..a5280ce 100644 --- a/Tests/TestApp/src/MacOS/TestAppMacOS.cpp +++ b/Tests/TestApp/src/MacOS/TestAppMacOS.cpp @@ -22,11 +22,11 @@ */ #include -#include "SampleApp.h" +#include "TestApp.h" using namespace Diligent; -class TestAppMacOS final : public SampleApp +class TestAppMacOS final : public TestApp { public: TestAppMacOS() -- cgit v1.2.3