[Bf-blender-cvs] [8e8b5a6] temp-gtest-testing: rename tests

Campbell Barton noreply at git.blender.org
Wed Jun 18 15:20:26 CEST 2014


Commit: 8e8b5a66f7f03ee8757b9846969785a302f3becf
Author: Campbell Barton
Date:   Wed Jun 18 23:20:12 2014 +1000
https://developer.blender.org/rB8e8b5a66f7f03ee8757b9846969785a302f3becf

rename tests

===================================================================

A	tests/gtest_blenlib/BLI_math_color_test.cc
A	tests/gtest_blenlib/BLI_math_geom_test.cc
A	tests/gtest_blenlib/BLI_path_util_test.cc
M	tests/gtest_blenlib/CMakeLists.txt
D	tests/gtest_blenlib/mathutils_color_test.cc
D	tests/gtest_blenlib/mathutils_geom_test.cc
D	tests/gtest_blenlib/path_util_test.cc

===================================================================

diff --git a/tests/gtest_blenlib/mathutils_color_test.cc b/tests/gtest_blenlib/BLI_math_color_test.cc
similarity index 100%
rename from tests/gtest_blenlib/mathutils_color_test.cc
rename to tests/gtest_blenlib/BLI_math_color_test.cc
diff --git a/tests/gtest_blenlib/mathutils_geom_test.cc b/tests/gtest_blenlib/BLI_math_geom_test.cc
similarity index 100%
rename from tests/gtest_blenlib/mathutils_geom_test.cc
rename to tests/gtest_blenlib/BLI_math_geom_test.cc
diff --git a/tests/gtest_blenlib/path_util_test.cc b/tests/gtest_blenlib/BLI_path_util_test.cc
similarity index 100%
rename from tests/gtest_blenlib/path_util_test.cc
rename to tests/gtest_blenlib/BLI_path_util_test.cc
diff --git a/tests/gtest_blenlib/CMakeLists.txt b/tests/gtest_blenlib/CMakeLists.txt
index 367515b..ff94724 100644
--- a/tests/gtest_blenlib/CMakeLists.txt
+++ b/tests/gtest_blenlib/CMakeLists.txt
@@ -34,6 +34,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${PLATFORM_LINKFLAGS}")
 set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} ${PLATFORM_LINKFLAGS_DEBUG}")
 
 
-BLENDER_TEST(mathutils_color "bf_blenlib")
-BLENDER_TEST(mathutils_geom "bf_blenlib")
-BLENDER_TEST(path_util "bf_blenlib;extern_wcwidth;${ZLIB_LIBRARIES}")
+BLENDER_TEST(BLI_math_color "bf_blenlib")
+BLENDER_TEST(BLI_math_geom "bf_blenlib")
+BLENDER_TEST(BLI_path_util "bf_blenlib;extern_wcwidth;${ZLIB_LIBRARIES}")




More information about the Bf-blender-cvs mailing list