Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-09-14 09:08:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-14 09:08:48 +0400
commitb31a88ccf0e06ac9f7efb43e18c2a7b0fcf40ac4 (patch)
tree11817d99e159b65f0446b06b244be0aa582369ff /GNUmakefile
parente74701fbfc3d55b462643dfb2829005c07c9ae0c (diff)
add checking target `check_smatch`
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f48ac5c2e41..1f1de3f6b99 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -251,6 +251,10 @@ check_sparse:
$(CMAKE_CONFIG)
cd $(BUILD_DIR) ; python3.2 $(BLENDER_DIR)/build_files/cmake/cmake_static_check_sparse.py
+check_smatch:
+ $(CMAKE_CONFIG)
+ cd $(BUILD_DIR) ; python3.2 $(BLENDER_DIR)/build_files/cmake/cmake_static_check_smatch.py
+
check_spelling_py:
cd $(BUILD_DIR) ; PYTHONIOENCODING=utf_8 python3.2 $(BLENDER_DIR)/source/tools/spell_check_source.py $(BLENDER_DIR)/release/scripts