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

note on bootstrap problem in SourceChecks.cmake

parent 399d78b9
No related branches found
No related tags found
1 merge request!2408rm instrument linking; repair simulation (break endless loop); rename and move things
...@@ -16,5 +16,6 @@ add_test(NAME scg.CppStyle ...@@ -16,5 +16,6 @@ add_test(NAME scg.CppStyle
#### Check line lengths in Python examples #### Check line lengths in Python examples
file(GLOB_RECURSE sources ${EXAMPLES_PUBL_DIR}/*.py) file(GLOB_RECURSE sources ${EXAMPLES_PUBL_DIR}/*.py)
# Will fail after "rm auto". Run "cmake; make; cmake" to get EXAMPLES_PUBL_DIR right.
add_test(NAME LineLength.PyExamples add_test(NAME LineLength.PyExamples
COMMAND ${Python3_EXECUTABLE} ${TOOL_DIR}/checks/check-line-length.py 85 ${sources}) COMMAND ${Python3_EXECUTABLE} ${TOOL_DIR}/checks/check-line-length.py 85 ${sources})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment