kicad/Documentation/development
John Beard 45aa514591 QA: Allow to build tests manually if disabled
Add a new CMake target, qa_all, which builds all
tests, tools and their deps.

Then, when KICAD_BUILD_QA_TESTS is set OFF, remove tests
and tools from the ALL target, so `make all` doesn't include
these builds.

This means even when you turn the KICAD_BUILD_QA_TESTS option
off, you still have the option to:

* Build individual tests: `make qa_pcbnew`
* Build all tests: `make qa_all_tests`
* Build all tools: `make qa_all_tools`
* Build all QA executables: `make qa_all`

This also will provide a place to hang extra logic for test routine
wrangling (e.g. by CI tools)

Update the "Compiling KiCad" dev docs.

Also, CMakeModules .cmake files should not be excluded from git
2019-04-17 18:00:40 +01:00
..
Doxyfile Doxyfiles: Remove local debug lines 2019-02-13 17:22:07 -08:00
coding-style-policy.md Formatting: prefer a Git config variable to env var 2019-03-29 15:06:48 +00:00
commit-message-format.md Add explaining notes on when to use changelog tags 2017-11-29 17:36:03 +01:00
compiling.md QA: Allow to build tests manually if disabled 2019-04-17 18:00:40 +01:00
config-strings.md Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
pcbnew-plugins.md Fix broken Python plugin developer's document. 2019-03-20 10:07:45 -04:00
road-map-r5.md Docs: Fix doxygen links 2019-01-02 09:53:29 -05:00
road-map-r6.md Minor developer's documentation fixes. 2017-01-24 10:14:27 -05:00
road-map.md Update stable release 5 road map. 2016-07-05 10:06:23 -04:00
stable-release-policy.md Add stable release policy to developers documentation. 2014-10-18 11:37:08 -04:00
testing.md Docs: Advanced config is explicity experimental 2019-02-11 09:47:13 +00:00
tool-framework.md Explained AF_ACTIVATE flag in the documentation 2018-11-13 09:36:26 +01:00
ui-policy.md Documentation: UI policy update about dialogs 2018-12-03 12:22:14 -05:00