Browse Source

Added GTX_rotate_vector test file

Christophe Riccio 14 years ago
parent
commit
699e8d3039
2 changed files with 1 additions and 1 deletions
  1. 1 1
      test/gtx/CMakeLists.txt
  2. 0 0
      test/gtx/gtx_rotate_vector.cpp

+ 1 - 1
test/gtx/CMakeLists.txt

@@ -1,7 +1,7 @@
 glmCreateTestGTC(gtx_bit)
 glmCreateTestGTC(gtx_noise)
+glmCreateTestGTC(gtx_rotate_vector)
 glmCreateTestGTC(gtx_simd_vec4)
 glmCreateTestGTC(gtx_simd_mat4)
 glmCreateTestGTC(gtx_ulp)
 glmCreateTestGTC(gtx_vector_angle)
-

+ 0 - 0
test/gtx/gtx_rotate_vector.cpp