commit | 277ce3060becc120f1c877346562bd6880f4be71 | [log] [tgz] |
---|---|---|
author | pxinwr <peixing.xin@windriver.com> | Wed Dec 30 20:50:39 2020 +0800 |
committer | GitHub <noreply@github.com> | Wed Dec 30 13:50:39 2020 +0100 |
tree | c0cf4a259865653e84f5d4a87ae2e27e7cb20dbc | |
parent | c56387f80c5aabf8100ceaffe365cc004ce0d7e0 [diff] |
bpo-27640: Add --disable-test-modules configure option (GH-23886) Added --disable-test-modules option to the configure script: don't build nor install test modules. Patch by Xavier de Gaye, Thomas Petazzoni and Peixing Xin. Co-Authored-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>