Commit f2d759a5 authored by Jérome Perrin's avatar Jérome Perrin

component/python3: run test suite at compile time

parent 9000c804
...@@ -37,9 +37,10 @@ configure-options = ...@@ -37,9 +37,10 @@ configure-options =
--with-system-expat --with-system-expat
--with-system-ffi --with-system-ffi
--with-threads --with-threads
# Profiled build: # Profiled build: https://github.com/python/cpython#profile-guided-optimization
--enable-optimizations --enable-optimizations
pre-install = mkdir profile-opt pre-install = mkdir profile-opt
make-targets = test install
# 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,
# which would otherwise load the system libmagic.so with ctypes # which would otherwise load the system libmagic.so with ctypes
......
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