Browse Source

Fixed CXX tests

Christophe Riccio 6 years ago
parent
commit
79b5197e5d
2 changed files with 0 additions and 15 deletions
  1. 0 1
      test/core/CMakeLists.txt
  2. 0 14
      test/core/core_force_cxx11.cpp

+ 0 - 1
test/core/CMakeLists.txt

@@ -3,7 +3,6 @@ glmCreateTestGTC(core_cpp_defaulted_ctor)
 glmCreateTestGTC(core_force_aligned_gentypes)
 glmCreateTestGTC(core_force_aligned_gentypes)
 glmCreateTestGTC(core_force_ctor_init)
 glmCreateTestGTC(core_force_ctor_init)
 glmCreateTestGTC(core_force_cxx03)
 glmCreateTestGTC(core_force_cxx03)
-glmCreateTestGTC(core_force_cxx11)
 glmCreateTestGTC(core_force_cxx98)
 glmCreateTestGTC(core_force_cxx98)
 glmCreateTestGTC(core_force_arch_unknown)
 glmCreateTestGTC(core_force_arch_unknown)
 glmCreateTestGTC(core_force_compiler_unknown)
 glmCreateTestGTC(core_force_compiler_unknown)

+ 0 - 14
test/core/core_force_cxx11.cpp

@@ -1,14 +0,0 @@
-#ifndef GLM_FORCE_CXX11
-#	define GLM_FORCE_CXX11
-#endif
-
-#include <glm/glm.hpp>
-#include <glm/ext.hpp>
-
-int main()
-{
-	int Error = 0;
-
-	return Error;
-}
-