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