summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/Linux/TestAppLinux.cpp
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-02-15 17:07:08 +0000
committerEgor <egor.yusov@gmail.com>2018-02-15 17:07:08 +0000
commit6b01c5a989015a85b9a3203cffc86004de04e505 (patch)
treec00977a4106e5bc81902547abf956806c5d885c5 /Tests/TestApp/src/Linux/TestAppLinux.cpp
parentMerge branch 'master' of https://github.com/DiligentGraphics/DiligentEngine (diff)
downloadDiligentEngine-6b01c5a989015a85b9a3203cffc86004de04e505.tar.gz
DiligentEngine-6b01c5a989015a85b9a3203cffc86004de04e505.zip
Enabled test app on linux
Diffstat (limited to 'Tests/TestApp/src/Linux/TestAppLinux.cpp')
-rw-r--r--Tests/TestApp/src/Linux/TestAppLinux.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}