diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-15 19:12:31 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-15 19:12:31 +0200 |
| commit | c943306c099075ba992300715968052a15ddc3e7 (patch) | |
| tree | 89967f7e685ad62b3fae0472ff60095620e3c477 | |
| parent | 8f96bec40d1e9fbc13861d6666e798684efefa77 (diff) | |
Add note re. test suite slowness.
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ configurations generated by Kconfiglib with configurations generated by <i>scripts/kconfig/conf</i> for a number of cases. You might want to use the "speedy" option; see [testsuite.py](testsuite.py). +Kconfiglib is much faster than the test suite would indicate. Most of the time +is spent waiting around for `make` or the C utilities. Adding some multiprocessing +to the test suite would make sense. + ## Misc. notes ## * Please tell me if you miss some API. It might be possible to extract some useful |
