File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Use, modification and distribution is subject to the Boost Software License,
5
5
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6
- # http://www.boost.org/LICENSE_1_0.txt)
6
+ # http://www.boost.org/LICENSE_1_0.txt)
7
7
8
8
import testing ;
9
9
10
10
project histogram-test
11
11
: requirements
12
12
<include>$(BOOST_ROOT)
13
13
<include>.
14
- ;
14
+ ;
15
15
16
16
alias run-tests :
17
17
[ run adaptive_storage_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
18
+ [ run histogram_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
18
19
[ run adaptive_storage_test.cpp ]
19
20
[ run array_storage_test.cpp ]
20
21
[ run axis_test.cpp ]
21
22
[ run detail_test.cpp ]
22
23
[ run histogram_dynamic_test.cpp ]
23
24
[ run histogram_mixed_test.cpp ]
24
- [ run histogram_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
25
25
[ run histogram_test.cpp ]
26
26
[ run index_mapper_test.cpp ]
27
27
[ run meta_test.cpp ]
You can’t perform that action at this time.
0 commit comments