From 867d59ca6ee2d03b99a93a209e5de2d99252cee8 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 15 May 2011 21:43:41 +0100 Subject: [PATCH] Fixed GTX test names --- test/gtx/CMakeLists.txt | 12 ++++++------ test/gtx/{gtx-bit.cpp => gtx_bit.cpp} | 0 test/gtx/{gtx-noise.cpp => gtx_noise.cpp} | 0 test/gtx/{gtx-simd-mat4.cpp => gtx_simd_mat4.cpp} | 0 test/gtx/{gtx-simd-vec4.cpp => gtx_simd_vec4.cpp} | 0 test/gtx/{gtx-ulp.cpp => gtx_ulp.cpp} | 0 .../{gtx-vector-angle.cpp => gtx_vector_angle.cpp} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename test/gtx/{gtx-bit.cpp => gtx_bit.cpp} (100%) rename test/gtx/{gtx-noise.cpp => gtx_noise.cpp} (100%) rename test/gtx/{gtx-simd-mat4.cpp => gtx_simd_mat4.cpp} (100%) rename test/gtx/{gtx-simd-vec4.cpp => gtx_simd_vec4.cpp} (100%) rename test/gtx/{gtx-ulp.cpp => gtx_ulp.cpp} (100%) rename test/gtx/{gtx-vector-angle.cpp => gtx_vector_angle.cpp} (100%) diff --git a/test/gtx/CMakeLists.txt b/test/gtx/CMakeLists.txt index b443c23e..941cfadc 100644 --- a/test/gtx/CMakeLists.txt +++ b/test/gtx/CMakeLists.txt @@ -1,7 +1,7 @@ -glmCreateTestGTC(gtx-bit) -glmCreateTestGTC(gtx-noise) -glmCreateTestGTC(gtx-simd-vec4) -glmCreateTestGTC(gtx-simd-mat4) -glmCreateTestGTC(gtx-ulp) -glmCreateTestGTC(gtx-vector-angle) +glmCreateTestGTC(gtx_bit) +glmCreateTestGTC(gtx_noise) +glmCreateTestGTC(gtx_simd_vec4) +glmCreateTestGTC(gtx_simd_mat4) +glmCreateTestGTC(gtx_ulp) +glmCreateTestGTC(gtx_vector_angle) diff --git a/test/gtx/gtx-bit.cpp b/test/gtx/gtx_bit.cpp similarity index 100% rename from test/gtx/gtx-bit.cpp rename to test/gtx/gtx_bit.cpp diff --git a/test/gtx/gtx-noise.cpp b/test/gtx/gtx_noise.cpp similarity index 100% rename from test/gtx/gtx-noise.cpp rename to test/gtx/gtx_noise.cpp diff --git a/test/gtx/gtx-simd-mat4.cpp b/test/gtx/gtx_simd_mat4.cpp similarity index 100% rename from test/gtx/gtx-simd-mat4.cpp rename to test/gtx/gtx_simd_mat4.cpp diff --git a/test/gtx/gtx-simd-vec4.cpp b/test/gtx/gtx_simd_vec4.cpp similarity index 100% rename from test/gtx/gtx-simd-vec4.cpp rename to test/gtx/gtx_simd_vec4.cpp diff --git a/test/gtx/gtx-ulp.cpp b/test/gtx/gtx_ulp.cpp similarity index 100% rename from test/gtx/gtx-ulp.cpp rename to test/gtx/gtx_ulp.cpp diff --git a/test/gtx/gtx-vector-angle.cpp b/test/gtx/gtx_vector_angle.cpp similarity index 100% rename from test/gtx/gtx-vector-angle.cpp rename to test/gtx/gtx_vector_angle.cpp