diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-15 17:07:08 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-15 17:07:08 +0000 |
| commit | 6b01c5a989015a85b9a3203cffc86004de04e505 (patch) | |
| tree | c00977a4106e5bc81902547abf956806c5d885c5 /Tests/TestApp/src/Linux/TestAppLinux.cpp | |
| parent | Merge branch 'master' of https://github.com/DiligentGraphics/DiligentEngine (diff) | |
| download | DiligentEngine-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.cpp | 4 |
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; } |
