summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-02-17 02:29:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-02-17 02:29:14 +0000
commit287e31b9f40fd13eeae13d7b6e7db8cc5e946303 (patch)
treecae37c0df03fa04b126df3fba319b4194627f763 /Tests/TestApp/src/MacOS/TestAppMacOS.cpp
parentEnabled test app on Android (diff)
downloadDiligentEngine-287e31b9f40fd13eeae13d7b6e7db8cc5e946303.tar.gz
DiligentEngine-287e31b9f40fd13eeae13d7b6e7db8cc5e946303.zip
Enabled test app in MacOS
Diffstat (limited to 'Tests/TestApp/src/MacOS/TestAppMacOS.cpp')
-rw-r--r--Tests/TestApp/src/MacOS/TestAppMacOS.cpp4
1 files changed, 2 insertions, 2 deletions
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 <queue>
-#include "SampleApp.h"
+#include "TestApp.h"
using namespace Diligent;
-class TestAppMacOS final : public SampleApp
+class TestAppMacOS final : public TestApp
{
public:
TestAppMacOS()