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>2014-01-06 06:52:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-06 06:58:33 +0400
commit64fc94e93f13c38fdf25d9ac3a13e08811d055d9 (patch)
tree5b957e3d4b455c95cd849d21dc74652007b47799 /GNUmakefile
parentce6dce3b1335c71a3a818ddd649db6fa8300877b (diff)
Code Cleanup: osl style
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e6998cf1c96..95c628fcae7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -243,13 +243,13 @@ test_style_c_qtc:
test_style_osl:
# run our own checks on C/C++ style
- PYTHONIOENCODING=utf_8 python3 "$(BLENDER_DIR)/source/tools/check_source/check_style_c.py" "$(BLENDER_DIR)/intern/cycles/kernel/shaders"
+ PYTHONIOENCODING=utf_8 python3 "$(BLENDER_DIR)/source/tools/check_source/check_style_c.py" "$(BLENDER_DIR)/intern/cycles/kernel/shaders" "$(BLENDER_DIR)/release/scripts/templates_osl"
test_style_osl_qtc:
# run our own checks on C/C++ style
USE_QTC_TASK=1 \
- PYTHONIOENCODING=utf_8 python3 "$(BLENDER_DIR)/source/tools/check_source/check_style_c.py" "$(BLENDER_DIR)/intern/cycles/kernel/shaders" > \
+ PYTHONIOENCODING=utf_8 python3 "$(BLENDER_DIR)/source/tools/check_source/check_style_c.py" "$(BLENDER_DIR)/intern/cycles/kernel/shaders" "$(BLENDER_DIR)/release/scripts/templates_osl" > \
test_style.tasks
@echo "written: test_style.tasks"