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
15bfac3f
Commit
15bfac3f
authored
Feb 02, 2014
by
Miguel Angel Ajo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved QA to root.
parent
741bfb68
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
8 deletions
+12
-8
CMakeLists.txt
CMakeLists.txt
+1
-0
CMakeLists.txt
pcbnew/CMakeLists.txt
+0
-8
CMakeLists.txt
qa/CMakeLists.txt
+11
-0
complex_hierarchy.kicad_pcb
qa/data/complex_hierarchy.kicad_pcb
+0
-0
test.py
qa/test.py
+0
-0
test_000_qa_works.py
qa/testcases/test_000_qa_works.py
+0
-0
test_001_pcb_load.py
qa/testcases/test_001_pcb_load.py
+0
-0
No files found.
CMakeLists.txt
View file @
15bfac3f
...
...
@@ -513,6 +513,7 @@ add_subdirectory( potrace )
add_subdirectory
(
bitmap2component
)
add_subdirectory
(
pcb_calculator
)
add_subdirectory
(
tools
)
add_subdirectory
(
qa
)
#add_subdirectory( new )
...
...
pcbnew/CMakeLists.txt
View file @
15bfac3f
...
...
@@ -393,14 +393,6 @@ if( KICAD_SCRIPTING_MODULES )
${
Boost_LIBRARIES
}
# must follow GITHUB
)
# 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
)
if
(
MAKE_LINK_MAPS
)
# generate a link map with cross reference
set_target_properties
(
_pcbnew PROPERTIES LINK_FLAGS
"-Wl,-cref -Wl,-Map=_pcbnew.map"
)
...
...
qa/CMakeLists.txt
0 → 100644
View file @
15bfac3f
if
(
KICAD_SCRIPTING_MODULES
)
# build target that runs the QA tests through scripting
add_custom_target
(
qa
COMMAND PYTHONPATH=
${
CMAKE_BINARY_DIR
}
/pcbnew
${
PYTHON_EXECUTABLE
}
test.py
COMMENT
"running qa"
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
endif
()
pcbnew/scripting/
qa/data/complex_hierarchy.kicad_pcb
→
qa/data/complex_hierarchy.kicad_pcb
View file @
15bfac3f
File moved
pcbnew/scripting/
qa/test.py
→
qa/test.py
View file @
15bfac3f
File moved
pcbnew/scripting/
qa/testcases/test_000_qa_works.py
→
qa/testcases/test_000_qa_works.py
View file @
15bfac3f
File moved
pcbnew/scripting/
qa/testcases/test_001_pcb_load.py
→
qa/testcases/test_001_pcb_load.py
View file @
15bfac3f
File moved
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