Commit 48334f66 authored by Miguel Angel Ajo's avatar Miguel Angel Ajo

scripting QA tests, initial implementation

parent 45de27ba
......@@ -348,6 +348,14 @@ if( KICAD_SCRIPTING_MODULES )
${PCBNEW_EXTRA_LIBS}
)
# create .i files from XML doxygen parsing, docstrings.i will include all of them
add_custom_target( qa
COMMAND PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR} ${PYTHON_EXECUTABLE} test.py
COMMENT "running qa"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripting/qa
)
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment