Browse Source

Shaders,MesTools: forgotten test file.

Fixes two failing tests on Emscripten and Android.
pull/539/head
Vladimír Vondruš 4 years ago
parent
commit
374aadb480
  1. 1
      src/Magnum/MeshTools/Test/CMakeLists.txt
  2. 1
      src/Magnum/Shaders/Test/CMakeLists.txt

1
src/Magnum/MeshTools/Test/CMakeLists.txt

@ -123,6 +123,7 @@ if(BUILD_GL_TESTS)
CompileTestFiles/flat2D.tga
CompileTestFiles/flat3D.tga
CompileTestFiles/phong.tga
CompileTestFiles/phong-smooth.tga
CompileTestFiles/phong-flat.tga
CompileTestFiles/textured2D.tga
CompileTestFiles/textured3D.tga)

1
src/Magnum/Shaders/Test/CMakeLists.txt

@ -305,6 +305,7 @@ if(BUILD_GL_TESTS)
PhongTestFiles/colored.tga
PhongTestFiles/defaults.tga
PhongTestFiles/instanced.tga
PhongTestFiles/instanced-textured.tga
PhongTestFiles/instanced-normal.tga
PhongTestFiles/low-light-angle.tga
PhongTestFiles/shininess-no-specular.tga

Loading…
Cancel
Save