Files
histogram/test/Jamfile
2019-02-08 15:52:39 +01:00

52 lines
1.8 KiB
Plaintext

# Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
# Copyright Klemens David Morgenstern, Hans P. Dembinski 2016-2017
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import testing ;
project
: requirements
<include>$(BOOST_ROOT)
<include>.
;
alias run-tests :
[ run algorithm_project_test.cpp ]
[ run algorithm_reduce_test.cpp ]
[ run algorithm_sum_test.cpp ]
[ run axis_bench.cpp ]
[ run axis_category_test.cpp ]
[ run axis_integer_test.cpp ]
[ run axis_option_test.cpp ]
[ run axis_regular_test.cpp ]
[ run axis_size.cpp ]
[ run axis_traits_test.cpp ]
[ run axis_variable_test.cpp ]
[ run axis_variant_test.cpp ]
[ run boost_accumulators_support_test.cpp ]
[ run boost_range_support_test.cpp ]
[ run boost_units_support_test.cpp ]
[ run deduction_guides_test.cpp ]
[ run detail_test.cpp ]
[ run histogram_dynamic_test.cpp ]
[ run histogram_growing_test.cpp ]
[ run histogram_mixed_test.cpp ]
[ run histogram_operators_test.cpp ]
[ run histogram_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
[ run histogram_test.cpp ]
[ run indexed_test.cpp ]
[ run internal_accumulators_test.cpp ]
[ run iteration_bench.cpp ]
[ run linearize_test.cpp ]
[ run meta_test.cpp ]
[ run parallel_filling_bench.cpp ]
[ run storage_adaptor_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
[ run storage_adaptor_test.cpp ]
[ run unlimited_storage_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
[ run unlimited_storage_test.cpp ]
[ run utility_test.cpp ]
;