Dev doc: Fix and add link

Fix the libngspice link markdown.

Add a link to the testing page from the relevant section on QA test
options.
This commit is contained in:
John Beard 2019-04-18 17:15:58 +01:00
parent 6ad97e5b5b
commit 3d7c070faf
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,7 @@ section.
## Ngspice Library ## {#ngspice} ## Ngspice Library ## {#ngspice}
The [Ngspice Library][libngsice] is used to provide Spice simulation support in the schematic The [Ngspice Library][libngspice] is used to provide Spice simulation support in the schematic
editor. Make sure the the version of ngspice library used was built with the--with-ngshared editor. Make sure the the version of ngspice library used was built with the--with-ngshared
option. This library needs to be installed unless the Spice build option is disabled. option. This library needs to be installed unless the Spice build option is disabled.
@ -218,6 +218,8 @@ For example, with `make`:
* Build all unit tests: `make qa_all_tests` * Build all unit tests: `make qa_all_tests`
* Build all test tool binaries: `make qa_all_tools` * Build all test tool binaries: `make qa_all_tools`
For more information about testing KiCad, see [this page](testing.md).
## KiCad Build Version ## {#build_version_opt} ## KiCad Build Version ## {#build_version_opt}
The KiCad version string is defined by the output of `git describe --dirty` when git is available The KiCad version string is defined by the output of `git describe --dirty` when git is available