the tests get run in src_compile regardless of FEATURES=test >>> Compiling source in /var/tmp/portage/dev-libs/ntl-5.5.1/work/ntl-5.5.1/src ... *** running Poly1TimeTest...000034920600233 [572] DEFAULT ... *** running Poly1TimeTest...000035770555555 [564] SPMM_UL ... *** running Poly1TimeTest...000027742476851 [720] SPMM_ULL ... i wouldnt care as much if they werent so damned slow
Isn't that the (In reply to comment #0) > the tests get run in src_compile regardless of FEATURES=test > > >>> Compiling source in /var/tmp/portage/dev-libs/ntl-5.5.1/work/ntl-5.5.1/src > ... > *** running Poly1TimeTest...000034920600233 [572] DEFAULT > ... > *** running Poly1TimeTest...000035770555555 [564] SPMM_UL > ... > *** running Poly1TimeTest...000027742476851 [720] SPMM_ULL > ... I think these tests are part of the 'self tuning' of this library and thus testing before things are built.
(In reply to comment #1) > I think these tests are part of the 'self tuning' of this library and thus > testing before things are built. They are indeed. The src_test runs a different set of tests.