boostorg / accumulators

An awesome library from Boost
http://boost.org/libs/accumulators
22 stars 54 forks source link

Enable automated testing, fix compiler errors, suppress runtime failures #23

Closed CromwellEnage closed 5 years ago

CromwellEnage commented 5 years ago

<boost/accumulators/accumulators_fwd.hpp>

<boost/accumulators/framework/depends_on.hpp>

<boost/accumulators/accumulators_fwd.hpp> <boost/accumulators/framework/extractor.hpp> <boost/accumulators/framework/accumulator_set.hpp>

<boost/accumulators/framework/extractor.hpp>

<boost/accumulators/framework/accumulator_set.hpp>

<boost/accumulators/framework/parameters/accumulator.hpp> <boost/accumulators/framework/parameters/sample.hpp> <boost/accumulators/framework/parameters/weight.hpp> <boost/accumulators/framework/parameters/weights.hpp>

<boost/accumulators/framework/accumulators/value_accumulator.hpp> <boost/accumulators/framework/accumulators/reference_accumulator.hpp> <boost/accumulators/framework/accumulators/external_accumulator.hpp> <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>

"test/weighted_median.cpp"

"test/Jamfile.cpp"

yuvalif commented 5 years ago

@CromwellEnage can travis run the tests as well? or is it only for building?

CromwellEnage commented 5 years ago

Hi, @yuvalif. Running the tests is what I've been using Travis for, yes.