another attempt at fixing the python unit test

This commit is contained in:
arvidn 2015-07-26 17:22:03 -07:00
parent 26a5735336
commit bfe18dd0c9
2 changed files with 9 additions and 5 deletions

View File

@ -45,9 +45,7 @@ script:
- bjam -j 3 variant=$variant warnings=off -l900 $CC
- cd ../examples
- bjam -j 3 variant=$variant warnings=off $CC
- cd ../
- sudo bjam -j 3 variant=$variant warnings=off $CC install
- cd bindings/python
- bjam -j 3 variant=$variant warnings=off $CC
- cd ../bindings/python
- bjam -j 3 variant=$variant warnings=off $CC stage_module
- python test.py
- ccache --show-stats

View File

@ -140,6 +140,12 @@ my-python-extension libtorrent
<suppress-import-lib>false
;
install stage_module : libtorrent : <location>. ;
install stage_module
: libtorrent
: <location>.
<install-dependencies>on
<install-type>LIB
;
explicit stage_module ;