Skip to content

Commit b808a91

Browse files
committed
whitespace
1 parent cdc67e6 commit b808a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Jamfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
#
44
# Use, modification and distribution is subject to the Boost Software License,
55
# 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)
77

88
import testing ;
99

1010
project histogram-test
1111
: requirements
1212
<include>$(BOOST_ROOT)
1313
<include>.
14-
;
14+
;
1515

1616
alias run-tests :
1717
[ run adaptive_storage_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
18+
[ run histogram_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
1819
[ run adaptive_storage_test.cpp ]
1920
[ run array_storage_test.cpp ]
2021
[ run axis_test.cpp ]
2122
[ run detail_test.cpp ]
2223
[ run histogram_dynamic_test.cpp ]
2324
[ run histogram_mixed_test.cpp ]
24-
[ run histogram_serialization_test.cpp /boost/serialization//boost_serialization/<link>static ]
2525
[ run histogram_test.cpp ]
2626
[ run index_mapper_test.cpp ]
2727
[ run meta_test.cpp ]

0 commit comments

Comments
 (0)