Commit 3699186c authored by Jérome Perrin's avatar Jérome Perrin

component/python-2.7: run test suite at compile time

parent de28becd
...@@ -53,9 +53,11 @@ configure-options = ...@@ -53,9 +53,11 @@ configure-options =
--with-system-expat --with-system-expat
--with-system-ffi --with-system-ffi
--with-threads --with-threads
# Profiled build: # Enable profile guided optimization ( https://github.com/python/cpython/blob/2.7/README#L194 )
# this will run part of the test suite, but ignore failures. We don't want to ignore failure and we
# want to run the full test suite, so we make `test` target. As a result of this we run test suite twice.
make-binary = make-binary =
make-targets = make profile-opt && make install make-targets = make profile-opt && make test install
extra-ldflags = extra-ldflags =
# the entry "-Wl,-rpath=${file:location}/lib" below is needed by python-magic, # the entry "-Wl,-rpath=${file:location}/lib" below is needed by python-magic,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment