Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
48334f66
Commit
48334f66
authored
Sep 21, 2013
by
Miguel Angel Ajo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripting QA tests, initial implementation
parent
45de27ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
CMakeLists.txt
pcbnew/CMakeLists.txt
+8
-0
No files found.
pcbnew/CMakeLists.txt
View file @
48334f66
...
@@ -348,6 +348,14 @@ if( KICAD_SCRIPTING_MODULES )
...
@@ -348,6 +348,14 @@ if( KICAD_SCRIPTING_MODULES )
${
PCBNEW_EXTRA_LIBS
}
${
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
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment