Skip to content
Snippets Groups Projects
Commit 1f4168e2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename some subdirectories of dev-tools

parent 7450e48b
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
...@@ -5,5 +5,5 @@ file(GLOB_RECURSE SRC2 "Core/*.h") ...@@ -5,5 +5,5 @@ file(GLOB_RECURSE SRC2 "Core/*.h")
add_test(NAME "CodeLineLength" add_test(NAME "CodeLineLength"
COMMAND ${PYTHON_EXECUTABLE} COMMAND ${PYTHON_EXECUTABLE}
${CMAKE_SOURCE_DIR}/dev-tools/code-tools/count-line-length.py ${SRC_LEN_LIM} ${CMAKE_SOURCE_DIR}/dev-tools/analyze/count-line-length.py ${SRC_LEN_LIM}
${SRC1} ${SRC2}) ${SRC1} ${SRC2})
...@@ -6,5 +6,5 @@ file(GLOB PY_EXAMPLES "Examples/python/*/ex*/*.py") ...@@ -6,5 +6,5 @@ file(GLOB PY_EXAMPLES "Examples/python/*/ex*/*.py")
add_test(NAME "PyExampleLineLength" add_test(NAME "PyExampleLineLength"
COMMAND ${PYTHON_EXECUTABLE} COMMAND ${PYTHON_EXECUTABLE}
${CMAKE_SOURCE_DIR}/dev-tools/code-tools/count-line-length.py ${WEB_LEN_LIM} ${CMAKE_SOURCE_DIR}/dev-tools/analyze/count-line-length.py ${WEB_LEN_LIM}
${PY_EXAMPLES}) ${PY_EXAMPLES})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment